mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-07 12:47:19 +00:00
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.