Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14271

Modified Files:
        xrpc_server.mx 
Log Message:
argcnt was not initialized.
strange that my compilation did not complain about this, even
--enable-strict is always used...



U xrpc_server.mx
Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- xrpc_server.mx      7 Apr 2008 13:45:43 -0000       1.62
+++ xrpc_server.mx      8 Apr 2008 05:59:23 -0000       1.63
@@ -443,7 +443,7 @@
     bit isSimpleParam = 1;
     bool updCall = FALSE;
     lng argc = 0, iterc = 0, nr_args = 0;
-    lng **argcnt;
+    lng **argcnt = NULL;
     lng i = 0, j = 0, k = 0, max_args = 0;
     str *argtpe = NULL, *argval = NULL;
     char *arity_str = NULL, *itercnt_str = NULL;


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to