Changeset 16616 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Feb 22, 2008, 11:49:29 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r16587 r16616 1114 1114 } 1115 1115 1116 object = pstampDataStoreRowAlloc(-64, "a string", "a string", "a string" );1116 object = pstampDataStoreRowAlloc(-64, "a string", "a string", "a string", "a string"); 1117 1117 if (!object) { 1118 1118 exit(EXIT_FAILURE); … … 1136 1136 } 1137 1137 1138 object = pstampRequestRowAlloc(-64, -64, "a string", "a string" );1138 object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string"); 1139 1139 if (!object) { 1140 1140 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
