Changeset 10748 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Dec 15, 2006, 12:20:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r10681 r10748 1763 1763 { 1764 1764 psMetadata *md; 1765 p4 PWarpedImfileRow *object;1766 bool status; 1767 1768 object = p4 PWarpedImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string");1769 if (!object) { 1770 exit(EXIT_FAILURE); 1771 } 1772 1773 md = p4 PWarpedImfileMetadataFromObject(object);1765 p4WarpedImfileRow *object; 1766 bool status; 1767 1768 object = p4WarpedImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string"); 1769 if (!object) { 1770 exit(EXIT_FAILURE); 1771 } 1772 1773 md = p4WarpedImfileMetadataFromObject(object); 1774 1774 if (!md) { 1775 1775 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
