mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Maybe check the right size m8
This commit is contained in:
@@ -105,7 +105,7 @@ bool binaryBlob::unPackBinary(const char* name)
|
|||||||
{
|
{
|
||||||
continue; /* Must be EXACTLY 1 or 0 */
|
continue; /* Must be EXACTLY 1 or 0 */
|
||||||
}
|
}
|
||||||
if (size < 1)
|
if (m_headers[i].size < 1)
|
||||||
{
|
{
|
||||||
continue; /* Must be nonzero and positive */
|
continue; /* Must be nonzero and positive */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user