IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 4:59:05 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.41

File:
1 edited

Legend:

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

    r9149 r9173  
    499499        psS32           iteration;
    500500        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)) {
    508509            exit(EXIT_FAILURE);
    509510        }
Note: See TracChangeset for help on using the changeset viewer.