IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2006, 5:32:12 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/alloc.c

    r8094 r8103  
    521521            exit(EXIT_FAILURE);
    522522        }
    523         if (!object->dec == 64.64) {
     523        if (!object->decl == 64.64) {
    524524            psFree(object);
    525525            exit(EXIT_FAILURE);
     
    578578            exit(EXIT_FAILURE);
    579579        }
    580         if (!object->dec == 64.64) {
     580        if (!object->decl == 64.64) {
    581581            psFree(object);
    582582            exit(EXIT_FAILURE);
     
    664664            exit(EXIT_FAILURE);
    665665        }
    666         if (!object->dec == 64.64) {
     666        if (!object->decl == 64.64) {
    667667            psFree(object);
    668668            exit(EXIT_FAILURE);
     
    729729            exit(EXIT_FAILURE);
    730730        }
    731         if (!object->dec == 64.64) {
     731        if (!object->decl == 64.64) {
    732732            psFree(object);
    733733            exit(EXIT_FAILURE);
     
    835835            exit(EXIT_FAILURE);
    836836        }
    837         if (!object->dec == 64.64) {
     837        if (!object->decl == 64.64) {
    838838            psFree(object);
    839839            exit(EXIT_FAILURE);
     
    937937            exit(EXIT_FAILURE);
    938938        }
    939         if (!object->dec == 64.64) {
     939        if (!object->decl == 64.64) {
    940940            psFree(object);
    941941            exit(EXIT_FAILURE);
     
    10351035            exit(EXIT_FAILURE);
    10361036        }
    1037         if (!object->dec == 64.64) {
     1037        if (!object->decl == 64.64) {
    10381038            psFree(object);
    10391039            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.