mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +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
9c7dfca2f5
commit
18e0b77db2
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 ();
|
||||
}
|
||||
}
|
||||
|
||||
sort(result.begin(), result.end());
|
||||
}
|
||||
|
||||
void CPath::removeAllAlternativeSearchPath ()
|
||||
|
|
Loading…
Reference in a new issue