Changeset 9173 for trunk/ippdb/tests/pop.c
- Timestamp:
- Oct 3, 2006, 4:59:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/pop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/pop.c
r9149 r9173 499 499 psS32 iteration; 500 500 char det_type[256]; 501 502 dbh = psDBInit("localhost", "test", NULL, "test"); 503 if (!dbh) { 504 exit(EXIT_FAILURE); 505 } 506 507 if (!detRunPop(dbh, &iteration, (char **)&det_type)) { 501 char state[256]; 502 503 dbh = psDBInit("localhost", "test", NULL, "test"); 504 if (!dbh) { 505 exit(EXIT_FAILURE); 506 } 507 508 if (!detRunPop(dbh, &iteration, (char **)&det_type, (char **)&state)) { 508 509 exit(EXIT_FAILURE); 509 510 }
Note:
See TracChangeset
for help on using the changeset viewer.
