Fixed: Opening local file with @ char in filename

--HG--
branch : develop
This commit is contained in:
Nimetu 2019-04-25 08:38:23 +03:00
parent d67a9ccdb5
commit f065b7f747

View file

@ -237,7 +237,9 @@ bool CIFile::open(const std::string &path, bool text)
}
}
}
else
// not in bnp, but may have '@' in the name
if (_F == NULL)
{
_IsInBigFile = false;
_IsInXMLPackFile = false;