mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 18:59:08 +00:00
Fixed: file order is different linux and windows so now getpathcontent sort the file so it s the same order everywhere
This commit is contained in:
parent
5976ece759
commit
6843bf7fd1
1 changed files with 2 additions and 0 deletions
|
@ -893,6 +893,8 @@ void CFileContainer::getPathContent (const string &path, bool recurse, bool want
|
||||||
progressCallBack->popCropedValues ();
|
progressCallBack->popCropedValues ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sort(result.begin(), result.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
void CPath::removeAllAlternativeSearchPath ()
|
void CPath::removeAllAlternativeSearchPath ()
|
||||||
|
|
Loading…
Reference in a new issue