IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2007, 6:44:06 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.71

File:
1 edited

Legend:

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

    r11005 r11027  
    787787        p3PendingExpRow *object;
    788788
    789         object = p3PendingExpRowAlloc("a string", -32, -32, "a string"    );
     789        object = p3PendingExpRowAlloc("a string", -32, -32, "a string", -16    );
    790790
    791791        if (!object) {
     
    806806        }
    807807        if (strncmp(object->label, "a string", MAX_STRING_LENGTH)) {
     808            psFree(object);
     809            exit(EXIT_FAILURE);
     810        }
    808811            psFree(object);
    809812            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.