Changeset 19435
- Timestamp:
- Sep 9, 2008, 9:29:58 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r19434 r19435 611 611 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 612 612 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 613 PXOPT_COPY_STR(config->args, where, "-label", " label", "==");613 PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "=="); 614 614 615 615 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 623 623 624 624 if (psListLength(where->list)) { 625 psString whereClause = psDBGenerateWhereConditionSQL(where, "stackSumSkyfile");625 psString whereClause = psDBGenerateWhereConditionSQL(where, NULL); 626 626 psStringAppend(&query, " AND %s", whereClause); 627 627 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
