1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-10 16:19:59 +00:00

Merge branch 'master' of /home/fg/fgone/Aquaria_fg_clean

This commit is contained in:
fgenesis 2012-03-12 03:13:55 +00:00
commit dcfc946ffe

View file

@ -555,7 +555,7 @@ void forEachFile(std::string path, std::string type, void callback(const std::st
{
if (path.empty()) return;
stringToLowerUserData(path);
path = core->adjustFilenameCase(path);
stringToLower(type);
//HACK: MAC:
debugLog("forEachFile - path: " + path + " type: " + type);