mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-19 11:51:33 +00:00
This procedure accidentally used the temporary allocator for the returned string. Use context.allocator, and the allocator parameter idiom instead.