IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 1:17:06 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.46

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/alloc.c

    r9229 r9242  
    570570            exit(EXIT_FAILURE);
    571571        }
    572         if (strncmp(object->obstype, "a string", MAX_STRING_LENGTH)) {
     572        if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) {
    573573            psFree(object);
    574574            exit(EXIT_FAILURE);
     
    655655            exit(EXIT_FAILURE);
    656656        }
    657         if (strncmp(object->obstype, "a string", MAX_STRING_LENGTH)) {
     657        if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) {
    658658            psFree(object);
    659659            exit(EXIT_FAILURE);
     
    740740            exit(EXIT_FAILURE);
    741741        }
    742         if (strncmp(object->obstype, "a string", MAX_STRING_LENGTH)) {
     742        if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) {
    743743            psFree(object);
    744744            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.