IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2008, 10:15:51 AM (18 years ago)
Author:
eugene
Message:

updates to magictool and pstamp

File:
1 edited

Legend:

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

    r18044 r18595  
    733733        }
    734734
    735         if(!magicSkyfileMaskCreateTable(dbh)) {
    736             exit(EXIT_FAILURE);
    737         }
    738 
    739         psDBCleanup(dbh);
    740     }
    741 
    742     {
    743         psDB            *dbh;
    744 
    745         dbh = psDBInit("localhost", "test", NULL, "test");
    746         if (!dbh) {
    747             exit(EXIT_FAILURE);
    748         }
    749 
    750735        if(!calDBCreateTable(dbh)) {
    751736            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.