diff --git a/code/ryzom/client/src/login_patch.cpp b/code/ryzom/client/src/login_patch.cpp index 9c0cbb9fd..d9dfa487e 100644 --- a/code/ryzom/client/src/login_patch.cpp +++ b/code/ryzom/client/src/login_patch.cpp @@ -237,7 +237,7 @@ void CPatchManager::setClientRootPath(const std::string& clientRootPath) { ClientRootPath = CPath::standardizePath(clientRootPath); ClientPatchPath = CPath::standardizePath(ClientRootPath + "unpack"); - + WritableClientDataPath = CPath::standardizePath(ClientRootPath + "data"); #ifdef NL_OS_MAC @@ -275,6 +275,7 @@ void CPatchManager::init(const std::vector& patchURIs, const std::s { uint i; PatchServers.clear(); + for (i=0; i vFileList; CPath::getPathContent ("patch", false, false, true, vFileList, NULL, false); @@ -2736,7 +2737,7 @@ void CPatchThread::run() for (i = 0; i < AllFilesToPatch.size(); ++i) { CPatchManager::SFileToPatch &rFTP = AllFilesToPatch[i]; - + string ext = NLMISC::CFile::getExtension(rFTP.FileName); if (ext == "bnp") {