mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Update logvisor
This commit is contained in:
@@ -225,7 +225,7 @@ public:
|
||||
if (m_kind == Kind::Directory) {
|
||||
DirectoryIterator it = begin();
|
||||
for (; it != end(); ++it) {
|
||||
if (!it->getName().compare(name))
|
||||
if (it->getName() == name)
|
||||
return it;
|
||||
}
|
||||
return it;
|
||||
|
||||
2
logvisor
2
logvisor
Submodule logvisor updated: f623ace3b4...f04a9777eb
Reference in New Issue
Block a user