commit | 3b1e22e2898e27fe486ac4137692e0f20166e13e | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Mon Nov 17 22:30:56 2014 +0100 |
committer | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Mon Nov 17 22:30:56 2014 +0100 |
tree | b9f2e35e7ef30ea3e7aa4485b8449ee0d939ced5 | |
parent | 52e2b6f79d44ff289c97653edea0548352c2f55b [diff] |
Fix check for PROC_QUOTES mode Since != has priority over &, the "if ((mode&PROC_QUOTES != 0))" check is the same as "if (mode & (PROC_QUOTES!=0))" - not what the code intends. Change-Id: I14840a887f26c28f2bd0aee8704c79cf353164ad Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>