Akihiro Sagawa : kernelbase: Fix copy and paste error.

Alexandre Julliard julliard at winehq.org
Wed Sep 30 14:35:30 CDT 2020


Module: wine
Branch: master
Commit: 80acf7e4ae399ecbfc372e23a18a45fd3885997b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=80acf7e4ae399ecbfc372e23a18a45fd3885997b

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Wed Sep 30 23:18:13 2020 +0900

kernelbase: Fix copy and paste error.

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/locale.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernelbase/locale.c b/dlls/kernelbase/locale.c
index 83dd76e3c0..2cec5f7637 100644
--- a/dlls/kernelbase/locale.c
+++ b/dlls/kernelbase/locale.c
@@ -4125,7 +4125,7 @@ INT WINAPI DECLSPEC_HOTPATCH GetCalendarInfoEx( const WCHAR *locale, CALID calen
 static CRITICAL_SECTION tzname_section;
 static CRITICAL_SECTION_DEBUG tzname_section_debug =
 {
-    0, 0, &locale_section,
+    0, 0, &tzname_section,
     { &tzname_section_debug.ProcessLocksList, &tzname_section_debug.ProcessLocksList },
       0, 0, { (DWORD_PTR)(__FILE__ ": tzname_section") }
 };




More information about the wine-cvs mailing list