IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 5:16:20 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.38

File:
1 edited

Legend:

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

    r9044 r9054  
    234234        }
    235235
    236         object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string", "a string");
     236        object = pzPendingImfileRowAlloc("a string", "a string", "a string", -32, "a string", "a string", "a string", "a string");
    237237        if (!object) {
    238238            exit(EXIT_FAILURE);
     
    256256        }
    257257
    258         object = newExpRowAlloc("a string", "a string", "a string", "a string", -32);
     258        object = newExpRowAlloc("a string", "a string", "a string", "a string", "a string", -32);
    259259        if (!object) {
    260260            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.