mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Update DirectoryIteratorStrategy.cpp
This commit is contained in:
@@ -82,6 +82,7 @@ const std::string ChildrenFirstTraverse::next(Stack* itStack, bool* isFinished)
|
|||||||
itStack->push(child_it);
|
itStack->push(child_it);
|
||||||
return child_it->path();
|
return child_it->path();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user