Changeset 11077 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Jan 12, 2007, 12:25:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r11045 r11077 388 388 } 389 389 390 object = p3PendingExpRowAlloc("a string", -32, -32, "a string" , -16);390 object = p3PendingExpRowAlloc("a string", -32, -32, "a string"); 391 391 if (!object) { 392 392 exit(EXIT_FAILURE); … … 410 410 } 411 411 412 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string" );412 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string", -16); 413 413 if (!object) { 414 414 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
