diff --git a/Engine/source/platform/platformFileIO.cpp b/Engine/source/platform/platformFileIO.cpp index 33fff52b7..d7b742303 100644 --- a/Engine/source/platform/platformFileIO.cpp +++ b/Engine/source/platform/platformFileIO.cpp @@ -421,6 +421,7 @@ StringTableEntry Platform::makeRelativePathName(const char *path, const char *to else { + // FIXME: This condition is clearly wrong if((*pathPtr == 0 && *toPtr == '/') || (*toPtr == '/' && *pathPtr == 0)) branch = pathPtr;