From a6d09596cfa299d93aba1b41bc0b0a9243ed2753 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 20 Aug 2017 08:03:48 +0200 Subject: [PATCH] - this shouldn't have gotten reverted. --- src/d_iwad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp index 483fe8d69..81fc1926f 100644 --- a/src/d_iwad.cpp +++ b/src/d_iwad.cpp @@ -531,7 +531,7 @@ int FIWadManager::IdentifyVersion (TArray &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 });