mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Fix typo
This commit is contained in:
@@ -279,7 +279,7 @@ _region_load :: proc(reg_str: string, allocator := context.allocator) -> (out_re
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if abbrevs_ok {
|
if !abbrevs_ok {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if abbrevs.std == "UTC" && abbrevs.dst == abbrevs.std {
|
if abbrevs.std == "UTC" && abbrevs.dst == abbrevs.std {
|
||||||
|
|||||||
Reference in New Issue
Block a user