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

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