From: Mathieu Desnoyers Date: Tue, 7 Jan 2014 21:24:53 +0000 (+0000) Subject: Fix: filter: check binary op nesting X-Git-Tag: v2.5.0-rc1~266 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=29190311dc1cc94817863fab99efe74eefbb780b;hp=29190311dc1cc94817863fab99efe74eefbb780b;p=lttng-tools.git Fix: filter: check binary op nesting 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 Signed-off-by: David Goulet ---