Re: [OpenWrt-Devel] [PATCH 2/3] json_script: fix logic invert of handle_expr_not().

2014-12-22 Thread Felix Fietkau
On 2014-12-16 22:15, Yousong Zhou wrote: > Signed-off-by: Yousong Zhou Applied this one and patch 3/3. Thanks, - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/3] json_script: fix logic invert of handle_expr_not().

2014-12-19 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- json_script.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/json_script.c b/json_script.c index 6a17d3b..73c2502 100644 --- a/json_script.c +++ b/json_script.c @@ -333,12 +333,16 @@ static int handle_expr_or(struct json_call *call, st