Changeset 27748 for trunk/ippTools/src/regtool.c
- Timestamp:
- Apr 23, 2010, 11:29:05 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r27536 r27748 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.
