From 02343aa43bef84d778fe896da1810baf5ba3eed0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 1 Jul 2023 09:34:56 -0400 Subject: [PATCH] fixes entry for Windows setlocale issue --- doc/fixes3-7-0.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index ab4c8605c..d2f739e69 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1711,6 +1711,7 @@ Windows: when VIRTUAL_TERMINAL_SEQUENCES was not defined, the preprocessing would fail on consoletty.c Windows: original fix for GLYPH_UNEXPLORED background tile merging resulted in a new issue where the map wasn't being cleared on level changes +Windows: don't dupstr the return value of setlocale if it is NULL X11: fix build failure if STATUS_HILITES is disabled X11: was still initializing map to 'stone' instead of 'unexplored' after they became separate glyphs