mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-13 19:49:36 +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)
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user