Changeset 12131 for trunk/ippTools/src/difftoolConfig.c
- Timestamp:
- Feb 28, 2007, 6:44:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftoolConfig.c
r12029 r12131 239 239 bool status = false; 240 240 if ((str = psMetadataLookupStr(&status, config->args, "-diff_id"))) { 241 if (!psMetadataAddS 32(config->where, PS_LIST_TAIL, "diff_id", 0, "==", (psS32)atoi(str))) {241 if (!psMetadataAddS64(config->where, PS_LIST_TAIL, "diff_id", 0, "==", (psS64)atoll(str))) { 242 242 psError(PS_ERR_UNKNOWN, false, "failed to add item diff_id"); 243 243 psFree(config); … … 250 250 bool status = false; 251 251 if ((str = psMetadataLookupStr(&status, config->args, "-warp_id"))) { 252 if (!psMetadataAddS 32(config->where, PS_LIST_TAIL, "warp_id", 0, "==", (psS32)atoi(str))) {252 if (!psMetadataAddS64(config->where, PS_LIST_TAIL, "warp_id", 0, "==", (psS64)atoll(str))) { 253 253 psError(PS_ERR_UNKNOWN, false, "failed to add item warp_id"); 254 254 psFree(config);
Note:
See TracChangeset
for help on using the changeset viewer.
