Changed: Don't use DOS path under UNIX
This commit is contained in:
parent
c63932004e
commit
d64fcc3720
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool
|
|||
}
|
||||
}
|
||||
|
||||
std::string patchDirectory = CPath::standardizeDosPath(ClientRootPath + "patch");
|
||||
std::string patchDirectory = CPath::standardizePath(ClientRootPath + "patch");
|
||||
|
||||
// Finalize batch file
|
||||
if (NLMISC::CFile::isExists(patchDirectory) && NLMISC::CFile::isDirectory(patchDirectory))
|
||||
|
|
Loading…
Reference in a new issue