Changeset 13997 for branches/backtrack/ippTools/src/chiptool.c
- Timestamp:
- Jul 2, 2007, 4:29:59 PM (19 years ago)
- File:
-
- 1 edited
-
branches/backtrack/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/backtrack/ippTools/src/chiptool.c
r13996 r13997 282 282 283 283 if (config->where) { 284 psString whereClause = psDBGenerateWhereConditionSQL(config->where, "chip PendingImfile");284 psString whereClause = psDBGenerateWhereConditionSQL(config->where, "chipInputImfile"); 285 285 psStringAppend(&query, " AND %s", whereClause); 286 286 psFree(whereClause); … … 329 329 330 330 // negative simple so the default is true 331 if (!ippdbPrintMetadatas(stdout, output, "chip PendingImfile", !simple)) {331 if (!ippdbPrintMetadatas(stdout, output, "chipInputImfile", !simple)) { 332 332 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 333 333 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
