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