mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 13:25:19 +00:00
Add core:encoding/ini to examples/all
This commit is contained in:
@@ -113,7 +113,7 @@ load_map_from_string :: proc(src: string, allocator: runtime.Allocator, options
|
||||
new_key = strings.to_lower(key) or_return
|
||||
delete(old_key) or_return
|
||||
}
|
||||
pairs[new_key], err = unquote(value) or_return
|
||||
pairs[new_key] = unquote(value) or_return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user