mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Minor fixes
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
if (!fp)
|
||||
return 0;
|
||||
FSeek(fp, 0, SEEK_END);
|
||||
uint64_t result = ftello(fp);
|
||||
uint64_t result = FTell(fp);
|
||||
fclose(fp);
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user