Changeset 23922
- Timestamp:
- Apr 17, 2009, 5:00:45 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r23921 r23922 1322 1322 1323 1323 if (!rerun) { 1324 psStringAppend(&whereClause, "\n%s diffRun.diff_id IS NULL", whereClause ? "AND" : "WHERE"); 1324 psStringAppend(&whereClause, "\n%s (diffRun.diff_id IS NULL", whereClause ? "AND" : "WHERE"); 1325 if (label) { 1326 psStringAppend(&whereClause, " OR diffRun.label != %s", label); 1327 } 1328 psStringAppend(&whereClause, ")"); 1325 1329 } 1326 1330 … … 1815 1819 1816 1820 if (clean) { 1817 bool success = true; 1821 bool success = true; 1818 1822 if (!strcmp(tables[i].tableName, "diffRun")) { 1819 1823 success = pxSetStateCleaned("diffRun", "state", output);
Note:
See TracChangeset
for help on using the changeset viewer.
