IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2006, 3:42:57 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.58

File:
1 edited

Legend:

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

    r10110 r10152  
    894894        detRunRow       *object;
    895895
    896         object = detRunRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z"    );
     896        object = detRunRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z"    );
    897897
    898898        if (!object) {
     
    909909        }
    910910        if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) {
     911            psFree(object);
     912            exit(EXIT_FAILURE);
     913        }
     914        if (strncmp(object->det_mode, "a string", MAX_STRING_LENGTH)) {
    911915            psFree(object);
    912916            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.