Changeset 18796 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jul 30, 2008, 2:59:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r18595 r18796 3007 3007 bool status; 3008 3008 3009 object = magicRunRowAlloc(-64, "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", -16);3009 object = magicRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", -16); 3010 3010 if (!object) { 3011 3011 exit(EXIT_FAILURE); … … 3019 3019 psFree(object); 3020 3020 3021 psFree(md); 3022 exit(EXIT_FAILURE); 3023 } 3021 3024 psFree(md); 3022 3025 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
