From: David Griffith Date: Wed, 30 Jan 2019 15:21:50 +0000 (-0800) Subject: Remove unused string buffer from re-added os_path_open(). X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=56af3c7ffa2ffe5fed3f8560afe875c20e63175a;p=liskon_frotz.git Remove unused string buffer from re-added os_path_open(). --- diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index f7ad952..19c72fc 100644 --- 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 */