IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10974


Ignore:
Timestamp:
Jan 8, 2007, 2:41:33 PM (19 years ago)
Author:
jhoblitt
Message:

change -pendingimfile to not list faulted imfiles by default

File:
1 edited

Legend:

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

    r10973 r10974  
    200200
    201201    if (faulted) {
     202        // list only faulted rows
    202203        psStringAppend(&query, " %s", "AND newImfile.flags > 0");
     204    } else {
     205        // don't list faulted rows
     206        psStringAppend(&query, " %s", "AND newImfile.flags = 0");
    203207    }
    204208
Note: See TracChangeset for help on using the changeset viewer.