Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16:/tmp/cvs-serv6369

Modified Files:
        bpm.mx 
Log Message:
Silence compiler by initializing variable.


Index: bpm.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/bpm.mx,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- bpm.mx      17 May 2007 19:22:12 -0000      1.77
+++ bpm.mx      20 May 2007 04:24:49 -0000      1.78
@@ -1218,7 +1218,7 @@
 
 str
 BPMglue(bat *ret, bat *bid){
-       int i,cnt;
+       int i,cnt=0;
        Partition ps;
        BAT *b,*bn;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to