Fixed: Opening local file with @ char in filename
--HG-- branch : develop
This commit is contained in:
parent
d67a9ccdb5
commit
f065b7f747
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue