Skip to content

Commit

Permalink
Merge pull request #3952 from Ronaldr1985/master
Browse files Browse the repository at this point in the history
Ensure that values in ini map are unquoted
  • Loading branch information
Kelimion committed Jul 21, 2024
2 parents a056e9d + 1a6885c commit 51733fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/encoding/ini/ini.odin
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 51733fc

Please sign in to comment.