Changeset 10973 for trunk/ippTools/src/regtool.c
- Timestamp:
- Jan 8, 2007, 2:40:01 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r10972 r10973 176 176 } 177 177 178 bool faulted = psMetadataLookupU64(&status, config->args, "-faulted"); 179 if (!status) { 180 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -faulted"); 181 return false; 182 } 183 178 184 // select newImfiles that: 179 185 // exp_tag is in newExp … … 192 198 " AND rawDetrendExp.exp_tag IS NULL" 193 199 ); 200 201 if (faulted) { 202 psStringAppend(&query, " %s", "AND newImfile.flags > 0"); 203 } 194 204 195 205 // treat limit == 0 as "no limit"
Note:
See TracChangeset
for help on using the changeset viewer.
