mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- missed a warning.
This commit is contained in:
parent
9e13d3c60d
commit
1d0ece26b6
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ int FDirectory::AddDirectory(const char *dirpath)
|
|||
FString fn = FString(dirpath) + fi;
|
||||
if (GetFileInfo(fn, &size, nullptr))
|
||||
{
|
||||
AddEntry(fn, size);
|
||||
AddEntry(fn, (int)size);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue