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/regtoolConfig.c

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