diff options
Diffstat (limited to 'games/colem/rom_path.diff')
-rw-r--r-- | games/colem/rom_path.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/colem/rom_path.diff b/games/colem/rom_path.diff index e788b8272d07c..e01edbf43df4e 100644 --- a/games/colem/rom_path.diff +++ b/games/colem/rom_path.diff @@ -20,7 +20,7 @@ diff -Naur a/ColEm/Coleco.c b/ColEm/Coleco.c + for both upper- and lower-case filenames. */ +static FILE *smart_fopen(const char *path, const char *mode) { + FILE *fp; -+ char lowercase_path[20], filename[PATH_MAX + 1]; ++ char lowercase_path[PATH_MAX + 1], filename[PATH_MAX + 1]; + const char *p = path; + char *lp = lowercase_path; + struct passwd *ent; |