From acbb14d87e136d771cbd70c12a14deb9cace48bd Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 5 Jan 2025 13:10:29 +0000 Subject: [PATCH] Fix typo --- core/time/timezone/tz_windows.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/time/timezone/tz_windows.odin b/core/time/timezone/tz_windows.odin index 835f98d28..8dc5f533c 100644 --- a/core/time/timezone/tz_windows.odin +++ b/core/time/timezone/tz_windows.odin @@ -279,7 +279,7 @@ _region_load :: proc(reg_str: string, allocator := context.allocator) -> (out_re break } } - if abbrevs_ok { + if !abbrevs_ok { return } if abbrevs.std == "UTC" && abbrevs.dst == abbrevs.std {