mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
* Change Athena::utility::fileSize to use stat64 instead of ftello
* Fix output of ftello64 in win32_largefilewrapper
This commit is contained in:
@@ -109,7 +109,7 @@ atUint64 FileWriter::position() const
|
||||
|
||||
atUint64 FileWriter::length() const
|
||||
{
|
||||
return utility::fileSize(m_fileHandle);
|
||||
return utility::fileSize(m_filename);
|
||||
}
|
||||
|
||||
void FileWriter::writeBit(bool val)
|
||||
|
||||
Reference in New Issue
Block a user