Changeset 10328 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Nov 30, 2006, 2:46:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r10238 r10328 67 67 summitImfileRow *object; 68 68 69 object = summitImfileRowAlloc("a string", "a string", "a string", -32, "a string", "a string", "a string", "a string" );69 object = summitImfileRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string", "a string", "a string" ); 70 70 71 71 if (!object) { … … 82 82 } 83 83 if (strncmp(object->telescope, "a string", MAX_STRING_LENGTH)) { 84 psFree(object); 85 exit(EXIT_FAILURE); 86 } 87 if (strncmp(object->file_id, "a string", MAX_STRING_LENGTH)) { 84 88 psFree(object); 85 89 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
