Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26756

Modified Files:
        monetdb.mx 
Log Message:
Fix "doall might be used uninitialised" warning/error.


Index: monetdb.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/monetdb.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- monetdb.mx  19 Aug 2007 09:41:58 -0000      1.7
+++ monetdb.mx  20 Aug 2007 10:40:40 -0000      1.8
@@ -221,7 +221,7 @@
 static void
 command_status(int argc, char *argv[])
 {
-       int doall;
+       int doall = 0;
        int mode = 0;  /* 0=normal, 1=short, 2=long */
        int i;
        char *p;


-------------------------------------------------------------------------
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

Reply via email to