Changeset 9173 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Oct 3, 2006, 4:59:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r9149 r9173 937 937 detRunRow *object; 938 938 939 object = detRunRowAlloc(-32, "a string" );939 object = detRunRowAlloc(-32, "a string", "a string" ); 940 940 941 941 if (!object) { … … 948 948 } 949 949 if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) { 950 psFree(object); 951 exit(EXIT_FAILURE); 952 } 953 if (strncmp(object->state, "a string", MAX_STRING_LENGTH)) { 950 954 psFree(object); 951 955 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
