IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 5:52:32 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

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

    r11562 r11702  
    225225        while ((item = psMetadataGetAndIncrement(iter))) {
    226226            if (!item->type == PS_DATA_METADATA) {
    227                 psAbort(argv[0], "all options must be specified as a metadata");            }
     227                psAbort("all options must be specified as a metadata");            }
    228228
    229229            fprintf(stdout, "%s ", item->name);
Note: See TracChangeset for help on using the changeset viewer.