IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2008, 2:59:09 PM (18 years ago)
Author:
Paul Price
Message:

Incrementing to version 1.1.39 in preparation for IPP 2.6 release

File:
1 edited

Legend:

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

    r18595 r18796  
    27362736        magicRunRow     *object;
    27372737
    2738         object = magicRunRowAlloc(-64, "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", -16    );
     2738        object = magicRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", -16    );
    27392739
    27402740        if (!object) {
     
    27432743
    27442744        if (!object->magic_id == -64) {
     2745            psFree(object);
     2746            exit(EXIT_FAILURE);
     2747        }
     2748        if (!object->exp_id == -64) {
    27452749            psFree(object);
    27462750            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.