diff options
| author | gingerBill <bill@gingerbill.org> | 2025-01-05 13:10:29 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-01-05 13:10:29 +0000 |
| commit | acbb14d87e136d771cbd70c12a14deb9cace48bd (patch) | |
| tree | 9e08405b04b909dfb497b89b2f5dd23e22a2b027 /core | |
| parent | d718db473c8d2c13f569b3c7e69951c7c845d8c3 (diff) | |
Fix typo
Diffstat (limited to 'core')
| -rw-r--r-- | core/time/timezone/tz_windows.odin | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |