Changeset 24729 for trunk/ippTools/src/disttool.c
- Timestamp:
- Jul 8, 2009, 8:49:39 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/disttool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/disttool.c
r24725 r24729 204 204 return false; 205 205 } 206 207 // for raw stage we select by chipRun.label because raw labels typically aren't set 208 if (label) { 209 psStringAppend(&query, " AND (chipRun.label = '%s')", label); 210 } 206 211 } else if (!strcmp(stage, "chip")) { 207 212 magicRunType = "chipRun";
Note:
See TracChangeset
for help on using the changeset viewer.
