IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 4:00:11 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.70

File:
1 edited

Legend:

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

    r10989 r11005  
    300300        }
    301301
    302         object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string");
     302        object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16);
    303303        if (!object) {
    304304            exit(EXIT_FAILURE);
     
    322322        }
    323323
    324         object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32);
     324        object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16);
    325325        if (!object) {
    326326            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.