Changeset 9054 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Sep 28, 2006, 5:16:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r9044 r9054 234 234 } 235 235 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"); 237 237 if (!object) { 238 238 exit(EXIT_FAILURE); … … 256 256 } 257 257 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); 259 259 if (!object) { 260 260 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
