IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2006, 2:46:56 PM (20 years ago)
Author:
jhoblitt
Message:

version 0.0.62

File:
1 edited

Legend:

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

    r10238 r10328  
    6767        summitImfileRow *object;
    6868
    69         object = summitImfileRowAlloc("a string", "a string", "a string", -32, "a string", "a string", "a string", "a string"    );
     69        object = summitImfileRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string", "a string", "a string"    );
    7070
    7171        if (!object) {
     
    8282        }
    8383        if (strncmp(object->telescope, "a string", MAX_STRING_LENGTH)) {
     84            psFree(object);
     85            exit(EXIT_FAILURE);
     86        }
     87        if (strncmp(object->file_id, "a string", MAX_STRING_LENGTH)) {
    8488            psFree(object);
    8589            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.