Fix ligo export

This commit is contained in:
kaetemi 2019-05-13 19:58:50 +08:00
parent f3c45d7e82
commit 5d9e1d9bf8

View file

@ -508,7 +508,7 @@ bool CZoneBank::initFromPath(const std::string &sPathName, std::string &error)
if (ext == "ligozone")
{
if (!addElement(NLMISC::CFile::getFilename(files[i]), error))
if (!addElement(files[i], error))
return false;
}
}