Fix ligo export
This commit is contained in:
parent
f3c45d7e82
commit
5d9e1d9bf8
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ bool CZoneBank::initFromPath(const std::string &sPathName, std::string &error)
|
||||||
|
|
||||||
if (ext == "ligozone")
|
if (ext == "ligozone")
|
||||||
{
|
{
|
||||||
if (!addElement(NLMISC::CFile::getFilename(files[i]), error))
|
if (!addElement(files[i], error))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue