Changeset 49

Show
Ignore:
Timestamp:
11/10/07 19:13:05 (10 months ago)
Author:
nlawren2
Message:

Whoops

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vowfsc/test.c

    r48 r49  
    33 
    44 
    5 <<<<<<< .mine 
    65int main () { 
    7 ======= 
    8 int main () 
    9 { 
    10 >>>>>>> .r47 
    116        int db_stat = db_init("localhost", 5432, "template1", "postgres", ""); 
    127        if (db_stat) { 
     
    1510        } 
    1611         
    17 <<<<<<< .mine 
    1812        printf("The dir id is: %i\n", db_get_dir_id("/foo/bar/")); 
    19 ======= 
    20         db_get_dir_id("/foo/bar/"); 
    21 >>>>>>> .r47 
    2213        db_destroy(); 
    2314        return 0;