Changeset: 0398cc0863b1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0398cc0863b1
Modified Files:
        monetdb5/extras/dvf/opt_dvf.mx
Branch: DVframework
Log Message:

A variable initialized.


diffs (12 lines):

diff --git a/monetdb5/extras/dvf/opt_dvf.mx b/monetdb5/extras/dvf/opt_dvf.mx
--- a/monetdb5/extras/dvf/opt_dvf.mx
+++ b/monetdb5/extras/dvf/opt_dvf.mx
@@ -148,7 +148,7 @@ OPTdvfImplementation(Client cntxt, MalBl
        int state = 0; //0: start, 1:found v3, 2:found v5, 3:found v6;
        
        //state variables (instruction index) numbered with state
-       int i1, i2;
+       int i1 = 0, i2 = 0;
        
        InstrPtr *old = NULL, q = NULL, r = NULL, s = NULL, t = NULL;
        int i, limit, actions = 0;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to