[Firebug-cvs] fireboard/beta/tools/src/xlisten/boards pg_test.c,1.8,1.9
Brought to you by:
doolin
|
From: David M. D. <do...@us...> - 2005-06-19 23:04:02
|
Update of /cvsroot/firebug/fireboard/beta/tools/src/xlisten/boards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27594/boards Modified Files: pg_test.c Log Message: Command line specified database now inherits from the firebug template, so all the tables are automatically created. Index: pg_test.c =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/tools/src/xlisten/boards/pg_test.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pg_test.c 19 Jun 2005 22:28:33 -0000 1.8 --- pg_test.c 19 Jun 2005 23:03:54 -0000 1.9 *************** *** 53,56 **** --- 53,57 ---- if (xdb_table_exists((char*)table)) { + fprintf(stderr,"Table xbow_weather exists.\n"); return; } |