IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 3:41:56 PM (19 years ago)
Author:
jhoblitt
Message:

s/p0/reg/g
s/p1/guide/g
s/p2/chip/g
s/p6/stack/g
s/p5/diff/g
s/p4/warp/g
s/p3/cam/g

File:
1 edited

Legend:

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

    r11855 r12024  
    942942        int n = 0;
    943943        bool status = false;
    944         if ((n = psMetadataLookupS32(&status, config->args, "-p1_version"))) {
    945             if (!psMetadataAddS32(config->where, PS_LIST_TAIL, "p1_version", 0, "==", n)) {
    946                 psError(PS_ERR_UNKNOWN, false, "failed to add item p1_version");
     944        if ((n = psMetadataLookupS32(&status, config->args, "-guide_version"))) {
     945            if (!psMetadataAddS32(config->where, PS_LIST_TAIL, "guide_version", 0, "==", n)) {
     946                psError(PS_ERR_UNKNOWN, false, "failed to add item guide_version");
    947947                psFree(config);
    948948                return NULL;
Note: See TracChangeset for help on using the changeset viewer.