mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
3820f27c7c
This procedure accidentally used the temporary allocator for the returned string. Use context.allocator, and the allocator parameter idiom instead.