mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 22:17:49 +00:00
* Change Athena::utility::fileSize to use stat64 instead of ftello
* Fix output of ftello64 in win32_largefilewrapper
This commit is contained in:
@@ -74,7 +74,7 @@ std::string &rtrim(std::string &s);
|
||||
|
||||
// trim from both ends
|
||||
std::string &trim(std::string &s);
|
||||
atUint64 fileSize(FILE* f);
|
||||
atUint64 fileSize(const std::string& filename);
|
||||
} // utility
|
||||
} // Athena
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user