IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 4:12:32 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.5

File:
1 edited

Legend:

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

    r8020 r8026  
    234234        }
    235235
    236         object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string");
     236        object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string", "a string");
    237237        if (!object) {
    238238            exit(EXIT_FAILURE);
     
    278278        }
    279279
    280         object = newImfileRowAlloc("a string", "a string", "a string");
     280        object = newImfileRowAlloc("a string", "a string", "a string", "a string");
    281281        if (!object) {
    282282            exit(EXIT_FAILURE);
     
    344344        }
    345345
    346         object = rawImfileRowAlloc("a string", "a string", "a string", "a string");
     346        object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string");
    347347        if (!object) {
    348348            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.