Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22385
Modified Files:
monetdb.mx
Log Message:
GNU (<4.2) compilers don't see that type can't be unset before being
used. Help them a bit.
Index: monetdb.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/monetdb.mx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- monetdb.mx 2 Sep 2007 20:56:16 -0000 1.25
+++ monetdb.mx 3 Sep 2007 08:04:53 -0000 1.26
@@ -464,7 +464,7 @@
int i;
err e;
sabdb *stats;
- char *type;
+ char *type = NULL;
snprintf(path, 8095, "%s/.merovingian_control", dbfarm);
path[8095] = '\0';
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins