mirror of
https://github.com/nzbget/nzbget.git
synced 2026-04-27 16:26:53 -04:00
#116: use size specific integer types
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user