Changeset: cb45911ff7aa for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cb45911ff7aa
Modified Files:
        monetdb5/mal/mal_function.c
Branch: Oct2012
Log Message:

Logic error.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_function.c b/monetdb5/mal/mal_function.c
--- a/monetdb5/mal/mal_function.c
+++ b/monetdb5/mal/mal_function.c
@@ -1109,7 +1109,7 @@ showFlowGraph(MalBlkPtr mb, MalStkPtr st
        for( j=0; j< top; j++){
                mb = mblist[j];
                stk = stklist[j];
-               if ( (mb == 0 || mb->dotfile) && stethoscope)
+               if (mb == 0 || (mb->dotfile && stethoscope))
                        continue; /* already sent */
                p = getInstrPtr(mb, 0);
                mnstr_printf(f, "digraph %s {\n", getFunctionId(p));
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to