IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 2:23:24 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.76

File:
1 edited

Legend:

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

    r11136 r11140  
    244244        newExpRow       *object;
    245245
    246         object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, "a string"    );
     246        object = newExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string"    );
    247247
    248248        if (!object) {
     
    263263        }
    264264        if (strncmp(object->telescope, "a string", MAX_STRING_LENGTH)) {
    265             psFree(object);
    266             exit(EXIT_FAILURE);
    267         }
    268             psFree(object);
    269             exit(EXIT_FAILURE);
    270         }
    271         if (strncmp(object->exp_type, "a string", MAX_STRING_LENGTH)) {
    272265            psFree(object);
    273266            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.