Fixed: file order is different linux and windows so now getpathcontent sort the file so it s the same order everywhere

hg/feature/sound
vl 14 years ago
parent 194fdae1bf
commit 9891284603

@ -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…
Cancel
Save