Changeset 10155 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Nov 22, 2006, 3:48:15 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r10152 r10155 912 912 exit(EXIT_FAILURE); 913 913 } 914 if (strncmp(object-> det_mode, "a string", MAX_STRING_LENGTH)) {914 if (strncmp(object->mode, "a string", MAX_STRING_LENGTH)) { 915 915 psFree(object); 916 916 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
