From e3b69ccc4344810a465e89ddaff10bbed1d743d9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 6 Nov 2019 16:51:47 -0500 Subject: [PATCH] buffer size --- sys/winnt/windmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/winnt/windmain.c b/sys/winnt/windmain.c index 6ef125c09..14ccd0089 100644 --- a/sys/winnt/windmain.c +++ b/sys/winnt/windmain.c @@ -199,7 +199,7 @@ set_default_prefix_locations(const char *programPath) static char nethack_per_user_data_path[MAX_PATH]; static char nethack_global_data_path[MAX_PATH]; static char sysconf_path[MAX_PATH]; - static char versioninfo[8]; + static char versioninfo[20]; strcpy(executable_path, get_executable_path()); append_slash(executable_path);