Changeset 10152 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Nov 22, 2006, 3:42:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r10110 r10152 894 894 detRunRow *object; 895 895 896 object = detRunRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z" );896 object = detRunRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z" ); 897 897 898 898 if (!object) { … … 909 909 } 910 910 if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) { 911 psFree(object); 912 exit(EXIT_FAILURE); 913 } 914 if (strncmp(object->det_mode, "a string", MAX_STRING_LENGTH)) { 911 915 psFree(object); 912 916 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
