mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 14:48:21 +00:00
string_to_proplist_property was being used with an or_return but did not return an error. The function now returns an error when it cannot identify a property.