Fix ligo export

kaetemi-develop
kaetemi 6 years ago
parent f3c45d7e82
commit 5d9e1d9bf8

@ -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;
}
}

Loading…
Cancel
Save