notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/fceux/files/patch-src_cheat.cpp
SVNWeb

Number of commits found: 2

Sun, 26 Feb 2017
[ 13:51 vanilla search for other commits by this committer ] Original commit   Revision:434869
Update to 2.2.3.
Wed, 1 Feb 2017
[ 05:27 jbeich search for other commits by this committer ] Original commit   Revision:432978
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)

Number of commits found: 2