K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-01T05:25:02.593981Z K 7 svn:log V 598 multimedia/vdr-plugin-epgsearch: unbreak with clang 4.0 createcats.c:67:42: error: ordered comparison between pointer and zero ('char *' and 'int') if (fgets(buffer, sizeof(buffer), f) > 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ epgsearchext.c:1506:50: error: ordered comparison between pointer and zero ('char *' and 'int') while (fgets(buffer, sizeof(buffer), f) > 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] PR: 216217 Reported by: antoine (via exp-run) END