Changeset 15003 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Sep 24, 2007, 6:18:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r14598 r15003 2195 2195 magicInputSkyfileRow *object; 2196 2196 2197 object = magicInputSkyfileRowAlloc(-64, -64, -32);2197 object = magicInputSkyfileRowAlloc(-64, -64, "a string" ); 2198 2198 2199 2199 if (!object) { … … 2209 2209 exit(EXIT_FAILURE); 2210 2210 } 2211 if ( !object->node == -32) {2211 if (strncmp(object->node, "a string", MAX_STRING_LENGTH)) { 2212 2212 psFree(object); 2213 2213 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
