Skip to content

Commit

Permalink
- missed a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 12, 2020
1 parent 9e13d3c commit 1d0ece2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamedata/resourcefiles/file_directory.cpp
Expand Up @@ -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++;
}
}
Expand Down

0 comments on commit 1d0ece2

Please sign in to comment.