Changeset 9213 for trunk/ippdb/tests/pop.c
- Timestamp:
- Oct 4, 2006, 11:22:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/pop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/pop.c
r9187 r9213 631 631 char class_id[256]; 632 632 char uri[256]; 633 634 dbh = psDBInit("localhost", "test", NULL, "test"); 635 if (!dbh) { 636 exit(EXIT_FAILURE); 637 } 638 639 if (!detNormalizedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri)) { 633 char b1_uri[256]; 634 char b2_uri[256]; 635 636 dbh = psDBInit("localhost", "test", NULL, "test"); 637 if (!dbh) { 638 exit(EXIT_FAILURE); 639 } 640 641 if (!detNormalizedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, (char **)&b1_uri, (char **)&b2_uri)) { 640 642 exit(EXIT_FAILURE); 641 643 }
Note:
See TracChangeset
for help on using the changeset viewer.
