• unknown's avatar
    Fixed a bug in my_getopt. · 2e86ba7e
    unknown authored
    
    mysys/my_getopt.c:
      Fixed two bugs in my_getopt:
      - Didn't exit with error if a short option was not recognized. Fixed.
      - If unrecognized short option was not the first one in the list,
        printed "unknown option" error for wrong option. Fixed.
    2e86ba7e
my_getopt.c 20.5 KB