#116: use size specific integer types

This commit is contained in:
Andrey Prygunkov
2015-11-21 00:02:22 +01:00
parent b5dd49dbc4
commit 4e4816c3c8
49 changed files with 638 additions and 626 deletions

View File

@@ -244,7 +244,7 @@ bool Scanner::CanProcessFile(const char* fullFilename, bool checkStat)
return true;
}
long long size = Util::FileSize(fullFilename);
int64 size = Util::FileSize(fullFilename);
time_t current = time(NULL);
bool canProcess = false;
bool inList = false;