commit | c8b46459d7473024227b5eedcef11b5d57113fe8 | [log] [tgz] |
---|---|---|
author | Peter Hutterer <peter.hutterer@who-t.net> | Thu Jan 19 08:21:45 2017 +1000 |
committer | Daniel Stone <daniels@collabora.com> | Thu Jan 19 10:08:17 2017 +0000 |
tree | 2464ef7dfd7944c14611417829940a213295ddfb | |
parent | 0bbe624bfb8a999151b02956985aaa37b3cf5817 [diff] |
clients: fix errno handling clients/editor.c: In function ‘read_file’: clients/editor.c:1578:16: warning: logical ‘or’ applied to non-boolean constant [-Wlogical-op] errno = errsv || EINVAL; This works in the shell, but not in C. Introduced in 411ffabbb56b Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emilio Pozuelo Monfort <pochu@debian.org> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>