parent
339cc2e951
commit
a03ab068be
|
@ -1296,8 +1296,7 @@ unsigned int XFileParser::ReadBinDWord() {
|
|||
// ------------------------------------------------------------------------------------------------
|
||||
unsigned int XFileParser::ReadInt()
|
||||
{
|
||||
:
|
||||
cd if( mIsBinaryFormat)
|
||||
if( mIsBinaryFormat)
|
||||
{
|
||||
if( mBinaryNumCount == 0 && mEnd - mP >= 2)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue