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:
commit
dcfc946ffe
1 changed files with 2 additions and 2 deletions
|
@ -555,8 +555,8 @@ void forEachFile(std::string path, std::string type, void callback(const std::st
|
||||||
{
|
{
|
||||||
if (path.empty()) return;
|
if (path.empty()) return;
|
||||||
|
|
||||||
stringToLowerUserData(path);
|
path = core->adjustFilenameCase(path);
|
||||||
stringToLower(type);
|
stringToLower(type);
|
||||||
//HACK: MAC:
|
//HACK: MAC:
|
||||||
debugLog("forEachFile - path: " + path + " type: " + type);
|
debugLog("forEachFile - path: " + path + " type: " + type);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue