diff options
author | B. Watson <yalhcru@gmail.com> | 2016-07-29 14:47:21 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | fe9122b82c96f665e115b0d8d098443e87101b18 (patch) | |
tree | 97354a790540586d2af5fd4af7817c2b9c536a96 /games/colem/rom_path.diff | |
parent | a4f7b6e497757caa38c08fb33c0a8ef5a77fdff6 (diff) |
games/colem: Updated for version 3.7.
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 e788b8272d07..e01edbf43df4 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; |