IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 3:24:49 PM (19 years ago)
Author:
eugene
Message:

error in argument parsing should not reset stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxconfig.c

    r13587 r14122  
    114114    // actually parse the command line
    115115    if (!psArgumentParse(config->args, &argc, argv)) {
    116         psError(PS_ERR_UNKNOWN, true, "error parsing arguments");
     116        psError(PS_ERR_UNKNOWN, false, "error parsing arguments");
    117117        fprintf(stderr, "error parsing arguments\n");
    118118        pxUsage(stream, argc, argv, config->modeName, config->args);
Note: See TracChangeset for help on using the changeset viewer.