Fix: filter: check binary op nesting
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 7 Jan 2014 21:24:53 +0000 (21:24 +0000)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 7 Jan 2014 21:34:18 +0000 (16:34 -0500)
Should pass nesting + 1 as parameter rather than nesting++. Worked in
when nesting was in one direction (due to side-effect of the first ++),
but not the other.

Fixes #688

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.026383 seconds and 4 git commands to generate.