Changeset 7845
- Timestamp:
- Jul 7, 2006, 2:40:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7695 r7845 260 260 } 261 261 // add values 262 if (!psMetadataAddS32(md, PS_LIST_TAIL, "det_id", PS_META_DUPLICATE_OK, 263 NULL, det_id)) { 262 if (!psMetadataAddS32(md, PS_LIST_TAIL, "det_id", 0, NULL, det_id)) { 264 263 psError(PS_ERR_UNKNOWN, false, "failed to add item det_id"); 265 264 psFree(output); … … 268 267 return false; 269 268 } 270 if (!psMetadataAddStr(md, PS_LIST_TAIL, "det_type", 271 PS_META_DUPLICATE_OK, NULL, det_type)) { 269 if (!psMetadataAddStr(md, PS_LIST_TAIL, "det_type", 0, NULL, det_type)) { 272 270 psError(PS_ERR_UNKNOWN, false, "failed to add item det_type"); 273 271 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
