Ignore:
Timestamp:
05/31/12 19:34:53 (12 years ago)
Author:
tbretz
Message:
Exit with 127 if parsing of command line options failed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/skypeclient.cc

    r13980 r14009  
    767767
    768768    if (!conf.DoParse(argc, argv, PrintHelp))
    769         return -1;
     769        return 127;
    770770
    771771    // No console access at all
Note: See TracChangeset for help on using the changeset viewer.