diff options
Diffstat (limited to 'games-emulation/gtuxnes/files/0.75-rc.patch')
-rw-r--r-- | games-emulation/gtuxnes/files/0.75-rc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/gtuxnes/files/0.75-rc.patch b/games-emulation/gtuxnes/files/0.75-rc.patch deleted file mode 100644 index e44b068b2268..000000000000 --- a/games-emulation/gtuxnes/files/0.75-rc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- config.c.orig 2005-02-26 22:52:50.000000000 -0500 -+++ config.c 2005-02-26 22:53:21.000000000 -0500 -@@ -56,7 +56,7 @@ - while (!feof(config_file)) - { - raw_data[0] = '\0'; -- fscanf(config_file, "%s\n", raw_data); -+ fscanf(config_file, "%[^\n]\n", raw_data); - if (strlen(raw_data) < 10) - break; - strncpy(str_opname, raw_data, 10); |