mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Bug fix for the previous commit.
This commit is contained in:
+1
-1
@@ -47546,7 +47546,7 @@ MA_API ma_result ma_vfs_read(ma_vfs* pVFS, ma_vfs_file file, void* pDst, size_t
|
||||
{
|
||||
ma_vfs_callbacks* pCallbacks = (ma_vfs_callbacks*)pVFS;
|
||||
ma_result result;
|
||||
ma_uint64 bytesRead;
|
||||
size_t bytesRead;
|
||||
|
||||
if (pBytesRead != NULL) {
|
||||
*pBytesRead = 0;
|
||||
|
||||
Reference in New Issue
Block a user