IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 5:15:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.55

File:
1 edited

Legend:

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

    r9788 r9970  
    1111        summitExpRow    *object;
    1212
    13         object = summitExpRowAlloc("a string", "a string", "a string", "a string", "a string"    );
     13        object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string"    );
    1414
    1515        if (!object) {
     
    2626        }
    2727        if (strncmp(object->telescope, "a string", MAX_STRING_LENGTH)) {
     28            psFree(object);
     29            exit(EXIT_FAILURE);
     30        }
    2831            psFree(object);
    2932            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.