Files
weston/clients
Peter Hutterer c8b46459d7 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 411ffabbb5

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>
2017-01-19 10:08:17 +00:00
..
2016-06-23 17:44:54 +03:00
2017-01-19 10:08:17 +00:00
2016-04-05 16:00:21 -07:00
2016-03-09 22:54:54 -08:00
2016-04-05 16:00:21 -07:00
2017-01-16 16:22:13 +01:00