IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2007, 6:18:00 PM (19 years ago)
Author:
jhoblitt
Message:

update magicInputSkyfile

File:
1 edited

Legend:

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

    r14598 r15003  
    21952195        magicInputSkyfileRow *object;
    21962196
    2197         object = magicInputSkyfileRowAlloc(-64, -64, -32    );
     2197        object = magicInputSkyfileRowAlloc(-64, -64, "a string"    );
    21982198
    21992199        if (!object) {
     
    22092209            exit(EXIT_FAILURE);
    22102210        }
    2211         if (!object->node == -32) {
     2211        if (strncmp(object->node, "a string", MAX_STRING_LENGTH)) {
    22122212            psFree(object);
    22132213            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.