Changeset 10989 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Jan 8, 2007, 4:08:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r10753 r10989 168 168 } 169 169 170 object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32 );170 object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, -16); 171 171 if (!object) { 172 172 exit(EXIT_FAILURE); … … 190 190 } 191 191 192 object = newImfileRowAlloc("a string", "a string", "a string", "a string" );192 object = newImfileRowAlloc("a string", "a string", "a string", "a string", -16); 193 193 if (!object) { 194 194 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
