mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Fix warnings raised by GCC 8
This commit is contained in:
committed by
Ethan Lee
parent
d4ee5dec1a
commit
a83e83ca1b
@@ -108,7 +108,7 @@ bool binaryBlob::unPackBinary(const char* name)
|
||||
}
|
||||
PHYSFS_close(handle);
|
||||
|
||||
printf("The complete reloaded file size: %li\n", size);
|
||||
printf("The complete reloaded file size: %lli\n", size);
|
||||
|
||||
for (int i = 0; i < 128; i += 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user