IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2008, 1:41:44 PM (18 years ago)
Author:
jhoblitt
Message:

change -queue to require "options"

File:
1 edited

Legend:

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

    r16613 r16664  
    152152    if (where->list->n < 1) {
    153153        psFree(where);
    154         where = NULL;
     154        psError(PXTOOLS_ERR_DATA, false, "search parameters are required");
     155        return false;
    155156    }
    156157
Note: See TracChangeset for help on using the changeset viewer.