Changeset 28003 for branches/pap/ippTools/src/regtool.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/src/regtool.c
r27536 r28003 350 350 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 351 351 PXOPT_LOOKUP_BOOL(faulted, config->args, "-faulted", false); 352 PXOPT_LOOKUP_BOOL(allfiles, config->args, "-allfiles", false); 353 if (allfiles) { 354 faulted = false; 355 } 352 356 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 353 357 PXOPT_LOOKUP_BOOL(all, config->args, "-all", false); … … 389 393 // list only faulted rows 390 394 psStringAppend(&query, " %s", "AND rawImfile.fault != 0"); 391 } else {395 } else if (!allfiles) { 392 396 // don't list faulted rows 393 397 psStringAppend(&query, " %s", "AND rawImfile.fault = 0");
Note:
See TracChangeset
for help on using the changeset viewer.
