IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 5:56:56 PM (19 years ago)
Author:
jhoblitt
Message:

foo

File:
1 edited

Legend:

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

    r15576 r15582  
    25222522        flatcorrExpRow  *object;
    25232523
    2524         object = flatcorrExpRowAlloc(-64, -64, "a string"    );
     2524        object = flatcorrExpRowAlloc(-64, -64    );
    25252525
    25262526        if (!object) {
     
    25332533        }
    25342534        if (!object->chip_id == -64) {
    2535             psFree(object);
    2536             exit(EXIT_FAILURE);
    2537         }
    2538         if (strncmp(object->state, "a string", MAX_STRING_LENGTH)) {
    25392535            psFree(object);
    25402536            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.