Changeset 18615 for trunk/ippTools/src/difftool.c
- Timestamp:
- Jul 18, 2008, 11:45:08 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r18614 r18615 303 303 if (template) { 304 304 // list only faulted rows 305 psStringAppend(&query, " %s", "WHERE diffInputSkyfile.template != 0");305 psStringAppend(&query, " %s", "WHERE template != 0"); 306 306 } else { 307 307 // don't list faulted rows 308 psStringAppend(&query, " %s", "WHERE diffInputSkyfile.template = 0");308 psStringAppend(&query, " %s", "WHERE template = 0"); 309 309 } 310 310
Note:
See TracChangeset
for help on using the changeset viewer.
