mirror of
https://github.com/libAthena/athena.git
synced 2025-06-23 15:03:39 +00:00
* 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…
x
Reference in New Issue
Block a user