K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-01T05:27:19.668036Z K 7 svn:log V 425 emulators/fceux: unbreak with clang 4.0 fceux-server/server.cpp:117:29: error: ordered comparison between pointer and zero ('char *' and 'int') while(fgets(buf, 256, fp) > 0) ~~~~~~~~~~~~~~~~~~~ ^ ~ src/cheat.cpp:219:30: error: ordered comparison between pointer and zero ('char *' and 'int') while(fgets(linebuf,2048,fp)>0) ~~~~~~~~~~~~~~~~~~~~~~^~ Reported by: antoine (via exp-run) END