IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 4:26:06 PM (19 years ago)
Author:
jhoblitt
Message:

filename rename form pXtool -> [foo]tool

perl -pi -e 's/p0/reg/g' *.[ch]
perl -pi -e 's/p1/guide/g' *.[ch]
perl -pi -e 's/p2/chip/g' *.[ch]
perl -pi -e 's/p3/cam/g' *.[ch]
perl -pi -e 's/p4/warp/g' *.[ch]
perl -pi -e 's/p5/diff/g' *.[ch]
perl -pi -e 's/p6/stack/g' *.[ch]

File:
1 edited

Legend:

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

    r11854 r12025  
    175175        int n = 0;
    176176        bool status = false;
    177         if ((n = psMetadataLookupS32(&status, config->args, "-p1_version"))) {
    178             if (!psMetadataAddS32(config->where, PS_LIST_TAIL, "p1_version", 0, "==", n)) {
    179                 psError(PS_ERR_UNKNOWN, false, "failed to add item p1_version");
     177        if ((n = psMetadataLookupS32(&status, config->args, "-guide_version"))) {
     178            if (!psMetadataAddS32(config->where, PS_LIST_TAIL, "guide_version", 0, "==", n)) {
     179                psError(PS_ERR_UNKNOWN, false, "failed to add item guide_version");
    180180                psFree(config);
    181181                return NULL;
Note: See TracChangeset for help on using the changeset viewer.