mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
837d8cf72c
Changed the check from `bytes` to `err` for safety's sake, too. This will prevent the potential bug of allocating non-zero memory, then doing a zeroed resize, which will result in having garbage data in the initial half.