Changeset 18518 for trunk/ippTools/src/difftoolConfig.c
- Timestamp:
- Jul 14, 2008, 3:16:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftoolConfig.c
r18336 r18518 248 248 249 249 { 250 psS tring str = NULL;250 psS64 s64 = 0; 251 251 bool status = false; 252 if ((s tr = psMetadataLookupStr(&status, config->args, "-diff_id"))) {253 if (!psMetadataAddS64(config->where, PS_LIST_TAIL, "diff_id", 0, "==", (psS64)atoll(str))) {252 if ((s64 = psMetadataLookupS64(&status, config->args, "-diff_id"))) { 253 if (!psMetadataAddS64(config->where, PS_LIST_TAIL, "diff_id", 0, "==", s64)) { 254 254 psError(PS_ERR_UNKNOWN, false, "failed to add item diff_id"); 255 255 psFree(config);
Note:
See TracChangeset
for help on using the changeset viewer.
