mirror of https://github.com/libAthena/athena.git
* Fix infinite recursion in BinaryReader::readUint64
This commit is contained in:
parent
3b76c4f02f
commit
d113a91822
|
@ -326,7 +326,7 @@ atInt64 BinaryReader::readInt64()
|
|||
|
||||
atUint64 BinaryReader::readUint64()
|
||||
{
|
||||
return readUint64();
|
||||
return readInt64();
|
||||
}
|
||||
|
||||
float BinaryReader::readFloat()
|
||||
|
|
Loading…
Reference in New Issue