Changeset 31938 for trunk/ippTools/src/regtool.c
- Timestamp:
- Jul 26, 2011, 2:40:09 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r31301 r31938 720 720 PXOPT_COPY_STR(config->args, where, "-obs_mode", "obs_mode", "=="); 721 721 PXOPT_COPY_STR(config->args, where, "-data_state", "data_state", "=="); 722 PXOPT_LOOKUP_BOOL(video_cells, config->args, "-video_cells", false); 722 723 723 724 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 769 770 // don't list faulted rows 770 771 psStringAppend(&query, " %s", "AND rawImfile.fault = 0"); 772 } 773 if (video_cells) { 774 psStringAppend(&query, " %s", "AND rawImfile.video_cells"); 771 775 } 772 776
Note:
See TracChangeset
for help on using the changeset viewer.
