mirror of
https://github.com/AxioDL/nod.git
synced 2025-07-10 07:05:56 +00:00
Fix goof
This commit is contained in:
parent
b73b2b25ea
commit
dc9dcdcd79
@ -78,8 +78,6 @@ bool DiscBase::IPartition::Node::extractToDirectory(const SystemString& basePath
|
|||||||
for (Node& subnode : *this)
|
for (Node& subnode : *this)
|
||||||
if (!subnode.extractToDirectory(path, ctx))
|
if (!subnode.extractToDirectory(path, ctx))
|
||||||
return false;
|
return false;
|
||||||
if (ctx.verbose && ctx.progressCB)
|
|
||||||
ctx.progressCB(getName());
|
|
||||||
}
|
}
|
||||||
else if (m_kind == NODE_FILE)
|
else if (m_kind == NODE_FILE)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user