mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor change
--HG-- branch : develop
This commit is contained in:
parent
93a708400e
commit
5e390364de
1 changed files with 2 additions and 2 deletions
|
@ -937,10 +937,10 @@ void CFileContainer::getPathContent (const string &path, bool recurse, bool want
|
|||
closedir (dir);
|
||||
|
||||
#ifndef NL_OS_WINDOWS
|
||||
BasePathgetPathContent = "";
|
||||
BasePathgetPathContent.clear();
|
||||
#endif
|
||||
|
||||
// let s recurse
|
||||
// let's recurse
|
||||
for (uint i = 0; i < recursPath.size (); i++)
|
||||
{
|
||||
// Progress bar
|
||||
|
|
Loading…
Reference in a new issue