mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix compile failure in debug
This commit is contained in:
@@ -255,7 +255,7 @@ namespace PortabilityLayer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(decodedBytes.size() == decodedDataSize);
|
assert(decodedBytes.Count() == decodedDataSize);
|
||||||
|
|
||||||
if (decodedBytes.Count() == 0)
|
if (decodedBytes.Count() == 0)
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
Reference in New Issue
Block a user