Changeset 24162 for branches/pap_magic/ippTools/src/magictool.c
- Timestamp:
- May 12, 2009, 7:54:11 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_magic/ippTools/src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippTools/src/magictool.c
r24161 r24162 753 753 754 754 bool status = false; 755 psS 32 done = psMetadataLookupS32(&status, data, "done");755 psS64 done = psMetadataLookupS64(&status, data, "done"); 756 756 if (!status) { 757 757 psAbort("failed to lookup value for done column"); 758 758 } 759 psS 16 bad = psMetadataLookupS16(&status, data, "bad");759 psS64 bad = psMetadataLookupS64(&status, data, "bad"); 760 760 if (!status) { 761 761 psAbort("failed to lookup value for bad column");
Note:
See TracChangeset
for help on using the changeset viewer.
