mirror of https://github.com/AxioDL/nod.git
Derp fix
This commit is contained in:
parent
e7f8bbed8a
commit
dc4dda0d5f
|
@ -240,6 +240,7 @@ void DiscBuilderBase::PartitionBuilderBase::recursiveBuildFST(const SystemChar*
|
|||
incParents();
|
||||
recursiveBuildFST(e.m_path.c_str(), dolInode, [&](){m_buildNodes[dirNodeIdx].incrementLength(); incParents();});
|
||||
}
|
||||
else
|
||||
{
|
||||
if (dolInode == GetInode(e.m_path.c_str()))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue