Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee9979
)
Remove unused string buffer from re-added os_path_open().
author
David Griffith
<dave@661.org>
Wed, 30 Jan 2019 15:21:50 +0000
(07:21 -0800)
committer
David Griffith
<dave@661.org>
Wed, 30 Jan 2019 15:21:50 +0000
(07:21 -0800)
src/curses/ux_init.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_init.c
b/src/curses/ux_init.c
index f7ad952da93bde7327cd4f66d14a0a2215a98f11..19c72fce29757ca0d17e5230aca5f7dbe90d849a 100644
(file)
--- a/
src/curses/ux_init.c
+++ b/
src/curses/ux_init.c
@@
-592,7
+592,6
@@
int os_random_seed (void)
FILE *os_path_open(const char *name, const char *mode)
{
FILE *fp;
- char buf[FILENAME_MAX + 1];
char *p;
/* Let's see if the file is in the currect directory */