Fixed: Opening local file with @ char in filename

--HG--
branch : develop
hg/compatibility-develop
Nimetu 6 years ago
parent d67a9ccdb5
commit f065b7f747

@ -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; _IsInBigFile = false;
_IsInXMLPackFile = false; _IsInXMLPackFile = false;

Loading…
Cancel
Save