IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 11:49:29 AM (18 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

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

    r16587 r16616  
    11141114        }
    11151115
    1116         object = pstampDataStoreRowAlloc(-64, "a string", "a string", "a string");
     1116        object = pstampDataStoreRowAlloc(-64, "a string", "a string", "a string", "a string");
    11171117        if (!object) {
    11181118            exit(EXIT_FAILURE);
     
    11361136        }
    11371137
    1138         object = pstampRequestRowAlloc(-64, -64, "a string", "a string");
     1138        object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string");
    11391139        if (!object) {
    11401140            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.