]> granicus.if.org Git - nethack/commitdiff
correct revision of one file on the commit
authornhmall <nhmall@nethack.org>
Tue, 17 Dec 2019 06:07:53 +0000 (01:07 -0500)
committernhmall <nhmall@nethack.org>
Tue, 17 Dec 2019 06:07:53 +0000 (01:07 -0500)
src/sys.c

index ad7a811fa0b37b4023871236f96239f7a979c12e..f8c0a91c5966909c0100b0dd19ec4033feb38548 100644 (file)
--- a/src/sys.c
+++ b/src/sys.c
@@ -36,7 +36,7 @@ sys_early_init()
     sysopt.dumplogfile = (char *) 0;
 #endif
 #ifdef WIN32
-    char *portable_device_top = (char *) 0;
+    sysopt.portable_device_top = (char *) 0;
 #endif
     sysopt.env_dbgfl = 0; /* haven't checked getenv("DEBUGFILES") yet */
     sysopt.shellers = (char *) 0;