Changeset 26034 for trunk/ippTools/src/magictool.c
- Timestamp:
- Nov 4, 2009, 3:58:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magictool.c
r26033 r26034 153 153 psStringAppend(&queryWhereStr, "\n%s (magic_id IS NULL", queryWhereStr ? "AND" : "WHERE"); 154 154 if (rerun) { 155 psStringAppend(&queryWhereStr, " OR magicRun.label != '%s')", label); 156 } else { 157 psStringAppend(&queryWhereStr, ") "); 158 } 155 psStringAppend(&queryWhereStr, " OR (magicRun.label != '%s')", label); 156 } 157 psStringAppend(&queryWhereStr, ") "); 159 158 160 159 // now add the user specified qualifiers
Note:
See TracChangeset
for help on using the changeset viewer.
