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:
vl 2010-11-08 12:26:05 +01:00
parent 5976ece759
commit 6843bf7fd1

View file

@ -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 ()