IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 4:59:05 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.41

File:
1 edited

Legend:

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

    r9149 r9173  
    937937        detRunRow       *object;
    938938
    939         object = detRunRowAlloc(-32, "a string"    );
     939        object = detRunRowAlloc(-32, "a string", "a string"    );
    940940
    941941        if (!object) {
     
    948948        }
    949949        if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) {
     950            psFree(object);
     951            exit(EXIT_FAILURE);
     952        }
     953        if (strncmp(object->state, "a string", MAX_STRING_LENGTH)) {
    950954            psFree(object);
    951955            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.