Changeset 8020 for branches/jhoblitt/ippdb/tests/insertobject.c
- Timestamp:
- Jul 31, 2006, 3:44:47 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/tests/insertobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/insertobject.c
r8006 r8020 234 234 } 235 235 236 object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string" , "a string");236 object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string"); 237 237 if (!object) { 238 238 exit(EXIT_FAILURE); … … 278 278 } 279 279 280 object = newImfileRowAlloc("a string", "a string", "a string" , "a string");280 object = newImfileRowAlloc("a string", "a string", "a string"); 281 281 if (!object) { 282 282 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
