Changeset 24225 for trunk/ippTools/src/difftool.c
- Timestamp:
- May 19, 2009, 9:52:37 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r24186 r24225 1401 1401 1402 1402 if (!available) { 1403 psStringAppend(&whereClause, "\n%s inputWarpRun.state = 'full'", whereClause ? "AND" : "WHERE"); 1403 psStringAppend(&whereClause, 1404 "\n%s inputWarpRun.state = 'full'" 1405 "AND templateWarpRun.state = 'full'", 1406 whereClause ? "AND" : "WHERE"); 1404 1407 } 1405 1408
Note:
See TracChangeset
for help on using the changeset viewer.
