mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +00:00
This procedure accidentally used the temporary allocator for the returned string. Use context.allocator, and the allocator parameter idiom instead.