Changeset 12131 for trunk/ippTools/src/stacktoolConfig.c
- Timestamp:
- Feb 28, 2007, 6:44:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktoolConfig.c
r12029 r12131 226 226 bool status = false; 227 227 if ((str = psMetadataLookupStr(&status, config->args, "-warp_id"))) { 228 if (!psMetadataAddS 32(config->where, PS_LIST_TAIL, "warp_id", 0, "==", (psS32)atoi(str))) {228 if (!psMetadataAddS64(config->where, PS_LIST_TAIL, "warp_id", 0, "==", (psS64)atoll(str))) { 229 229 psError(PS_ERR_UNKNOWN, false, "failed to add item warp_id"); 230 230 psFree(config);
Note:
See TracChangeset
for help on using the changeset viewer.
