- fixed compile on Clang

This commit is contained in:
Rachael Alexanderson 2017-08-19 22:57:48 -04:00
parent b7d26b3fa1
commit 1ee3239f9e
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ int FIWadManager::IdentifyVersion (TArray<FString> &wadfiles, const char *iwad,
{
for (auto &dir : mSearchPaths)
{
FStringf fullpath("%s/%s", dir, custwad.GetChars());
FStringf fullpath("%s/%s", dir.GetChars(), custwad.GetChars());
if (FileExists(fullpath))
{
mFoundWads.Push({ fullpath, "", -1 });