IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2008, 12:07:16 PM (18 years ago)
Author:
eugene
Message:

allow config error messages to be seen

File:
1 edited

Legend:

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

    r16170 r17015  
    122122    // look for left overs on the command line
    123123    if (argc != 1) {
    124         psError(PS_ERR_UNKNOWN, true, "extra arguments: ");
     124        psError(PS_ERR_UNKNOWN, false, "extra arguments: ");
    125125        fprintf(stderr, "extra arguments: ");
    126126        for (int i = 1; i < argc; i++) {
Note: See TracChangeset for help on using the changeset viewer.