Changeset 12131 for trunk/ippTools/src/pzgetimfiles.c
- Timestamp:
- Feb 28, 2007, 6:44:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pzgetimfiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetimfiles.c
r11859 r12131 624 624 return NULL; 625 625 } 626 if (!psMetadataAddS 32(md, PS_LIST_TAIL, "bytes", 0, NULL, (psS32)atoi(bytes))) {626 if (!psMetadataAddS64(md, PS_LIST_TAIL, "bytes", 0, NULL, (psS64)atoll(bytes))) { 627 627 psError(PS_ERR_UNKNOWN, false, "failed to add item bytes"); 628 628 psFree(md);
Note:
See TracChangeset
for help on using the changeset viewer.
