Changeset 19447 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Sep 9, 2008, 3:00:40 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r19446 r19447 821 821 822 822 psMetadata *where = psMetadataAlloc(); 823 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack _id", "==");824 PXOPT_COPY_STR(config->args, where, "-label", " label", "==");825 PXOPT_COPY_S16(config->args, where, "-code", " fault", "==");823 PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "=="); 824 PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "=="); 825 PXOPT_COPY_S16(config->args, where, "-code", "stackSumSkyfile.fault", "=="); 826 826 827 827 if (!psDBTransaction(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
