mirror of https://github.com/AxioDL/nod.git
Update logvisor
This commit is contained in:
parent
55301dd505
commit
4ec6c6697b
|
@ -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
|
@ -1 +1 @@
|
|||
Subproject commit f623ace3b4620c56722a1460ff2d9db61621f659
|
||||
Subproject commit f04a9777eb034ff28200ec109511455627736a81
|
Loading…
Reference in New Issue