Changeset 12350 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Mar 8, 2007, 3:17:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r12260 r12350 419 419 rawImfileRow *object; 420 420 421 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16 );421 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16 ); 422 422 423 423 if (!object) { … … 438 438 } 439 439 if (strncmp(object->exp_type, "a string", MAX_STRING_LENGTH)) { 440 psFree(object); 441 exit(EXIT_FAILURE); 442 } 443 if (strncmp(object->filelevel, "a string", MAX_STRING_LENGTH)) { 440 444 psFree(object); 441 445 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
