Fix a bug with `ma_vfs_read()`.
This is not pre-initializing the variable that receives the number of bytes read to 0 which can result in custom VFS implementations returning an invalid value if they return early from an error or whatnot.
Showing
Please register or sign in to comment