From 51b02a758400d253eecfc37a5b3ae1ea3ace0f23 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 17 Dec 2019 01:07:53 -0500 Subject: [PATCH] correct revision of one file on the commit --- src/sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sys.c b/src/sys.c index ad7a811fa..f8c0a91c5 100644 --- 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;