IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 12:04:47 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.15

File:
1 edited

Legend:

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

    r12202 r12231  
    532532        chipPendingExpRow *object;
    533533
    534         object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string"    );
     534        object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string", "a string"    );
    535535
    536536        if (!object) {
     
    547547        }
    548548        if (!object->guide_id == -64) {
     549            psFree(object);
     550            exit(EXIT_FAILURE);
     551        }
     552        if (strncmp(object->workdir, "a string", MAX_STRING_LENGTH)) {
    549553            psFree(object);
    550554            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.