mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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 {
|
if allocated {
|
||||||
return v, nil
|
return v, nil
|
||||||
}
|
}
|
||||||
|
return strings.clone(v), nil
|
||||||
}
|
}
|
||||||
return strings.clone(val)
|
return strings.clone(val)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user