mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Update C++ projects to VS2019, fix warnings/errors
This commit is contained in:
@@ -403,7 +403,7 @@ XADPrefixCode *StuffIt13Decompressor::allocAndParseCodeOfSize(int numcodes, XADP
|
||||
{
|
||||
unsigned int bits;
|
||||
if (!CSInputNextBitStringLE(input, 3, bits))
|
||||
return false;
|
||||
return nullptr;
|
||||
|
||||
val = bits + 2;
|
||||
while (val--)
|
||||
@@ -414,7 +414,7 @@ XADPrefixCode *StuffIt13Decompressor::allocAndParseCodeOfSize(int numcodes, XADP
|
||||
{
|
||||
unsigned int bits;
|
||||
if (!CSInputNextBitStringLE(input, 6, bits))
|
||||
return false;
|
||||
return nullptr;
|
||||
|
||||
val = bits + 10;
|
||||
while (val--)
|
||||
|
Reference in New Issue
Block a user