mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 06:05:00 -07:00
Merge pull request #3952 from Ronaldr1985/master
Ensure that values in ini map are unquoted
This commit is contained in:
@@ -90,6 +90,7 @@ load_map_from_string :: proc(src: string, allocator: runtime.Allocator, options
|
||||
if allocated {
|
||||
return v, nil
|
||||
}
|
||||
return strings.clone(v), nil
|
||||
}
|
||||
return strings.clone(val)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user