Skip to content
Snippets Groups Projects
Commit bf24b993 authored by D-AIRY's avatar D-AIRY
Browse files

Merge branch 'branchX' of https://dev.ds-servers.com/sip/engine into branchX

parents b86f5851 c3a37ddc
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ IFile *CFileSystem::openFile(const char *szPath, FILE_OPEN_MODE mode = FILE_MODE
CFile *file = new CFile;
//Если путь не корректен
if (fileExists(szPath))
if (!fileExists(szPath))
{
return nullptr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment