IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 11:22:25 AM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.44

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/pop.c

    r9187 r9213  
    631631        char            class_id[256];
    632632        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)) {
    640642            exit(EXIT_FAILURE);
    641643        }
Note: See TracChangeset for help on using the changeset viewer.