Changeset 26181 for trunk/ippTools/src/difftool.c
- Timestamp:
- Nov 18, 2009, 10:20:49 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r26180 r26181 383 383 } 384 384 385 psString whereClause = NULL;385 psString whereClause = psStringCopy(""); 386 386 if (psListLength(where->list)) { 387 387 whereClause = psDBGenerateWhereConditionSQL(where, NULL); … … 391 391 392 392 // Add condition to get only templates or only inputs 393 psString templateClause = NULL;393 psString templateClause = psStringCopy(""); 394 394 { 395 395 if (template) {
Note:
See TracChangeset
for help on using the changeset viewer.
