Remove unused string buffer from re-added os_path_open().
authorDavid Griffith <dave@661.org>
Wed, 30 Jan 2019 15:21:50 +0000 (07:21 -0800)
committerDavid Griffith <dave@661.org>
Wed, 30 Jan 2019 15:21:50 +0000 (07:21 -0800)
src/curses/ux_init.c

index f7ad952da93bde7327cd4f66d14a0a2215a98f11..19c72fce29757ca0d17e5230aca5f7dbe90d849a 100644 (file)
@@ -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 */