Changeset 9970 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Nov 13, 2006, 5:15: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
r9788 r9970 11 11 summitExpRow *object; 12 12 13 object = summitExpRowAlloc("a string", "a string", "a string", " a string", "a string" );13 object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string" ); 14 14 15 15 if (!object) { … … 26 26 } 27 27 if (strncmp(object->telescope, "a string", MAX_STRING_LENGTH)) { 28 psFree(object); 29 exit(EXIT_FAILURE); 30 } 28 31 psFree(object); 29 32 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
