Changeset 9242 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Oct 4, 2006, 1:17:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r9229 r9242 570 570 exit(EXIT_FAILURE); 571 571 } 572 if (strncmp(object->ob stype, "a string", MAX_STRING_LENGTH)) {572 if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) { 573 573 psFree(object); 574 574 exit(EXIT_FAILURE); … … 655 655 exit(EXIT_FAILURE); 656 656 } 657 if (strncmp(object->ob stype, "a string", MAX_STRING_LENGTH)) {657 if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) { 658 658 psFree(object); 659 659 exit(EXIT_FAILURE); … … 740 740 exit(EXIT_FAILURE); 741 741 } 742 if (strncmp(object->ob stype, "a string", MAX_STRING_LENGTH)) {742 if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) { 743 743 psFree(object); 744 744 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
