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 9c7dfca2f5
commit 18e0b77db2

View file

@ -893,6 +893,8 @@ void CFileContainer::getPathContent (const string &path, bool recurse, bool want
progressCallBack->popCropedValues ();
}
}
sort(result.begin(), result.end());
}
void CPath::removeAllAlternativeSearchPath ()