mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-03 19:44:42 +00:00
Ensure that values in ini map are unquoted
This commit is contained in:
@@ -89,6 +89,8 @@ load_map_from_string :: proc(src: string, allocator: runtime.Allocator, options
|
||||
}
|
||||
if allocated {
|
||||
return v, nil
|
||||
} else {
|
||||
return strings.clone(v), nil
|
||||
}
|
||||
}
|
||||
return strings.clone(val)
|
||||
|
||||
Reference in New Issue
Block a user