IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2010, 4:40:09 PM (16 years ago)
Author:
bills
Message:

support magicked related query args in regtool -processedexp

File:
1 edited

Legend:

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

    r27168 r27176  
    10781078   
    10791079    psString where2 = NULL;
     1080    if (!pxmagicAddWhere(config, &where2, "rawExp")) {
     1081        psError(psErrorCodeLast(), false, "pxmagicAddWhere failed");
     1082        return false;
     1083    }
    10801084    if (!pxspaceAddWhere(config, &where2, "rawExp")) {
    10811085        psError(psErrorCodeLast(), false, "pxSpaceAddWhere failed");
Note: See TracChangeset for help on using the changeset viewer.