K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-01T12:58:40.963960Z K 7 svn:log V 647 MFH: r432968 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) Approved by: ports-secteam blanket END