]> granicus.if.org Git - nethack/commitdiff
buffer size
authornhmall <nhmall@nethack.org>
Wed, 6 Nov 2019 21:51:47 +0000 (16:51 -0500)
committernhmall <nhmall@nethack.org>
Wed, 6 Nov 2019 21:51:47 +0000 (16:51 -0500)
sys/winnt/windmain.c

index 6ef125c09b8dc594b847f99fc756de7694064ac0..14ccd00899632ef31220790a873e69d8741bf5da 100644 (file)
@@ -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);