Changeset 15582 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Nov 9, 2007, 5:56:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r15576 r15582 2850 2850 bool status; 2851 2851 2852 object = flatcorrExpRowAlloc(-64, -64 , "a string");2852 object = flatcorrExpRowAlloc(-64, -64); 2853 2853 if (!object) { 2854 2854 exit(EXIT_FAILURE); … … 2865 2865 exit(EXIT_FAILURE); 2866 2866 } 2867 psFree(md);2868 exit(EXIT_FAILURE);2869 }2870 if (strncmp(psMetadataLookupPtr(&status, md, "state"), "a string", MAX_STRING_LENGTH)) {2871 2867 psFree(md); 2872 2868 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
