- Timestamp:
- Sep 6, 2011, 11:00:22 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110710/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src (added) merged: 31917,31938,31954-31955,31957,31969,32197,32199,32218,32272,32283
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110710/ippTools/src/regtool.c
r31301 r32337 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.
