diff --git a/toolbox/os_volume.cpp b/toolbox/os_volume.cpp index 6f4ae18..b8c4b6e 100644 --- a/toolbox/os_volume.cpp +++ b/toolbox/os_volume.cpp @@ -292,7 +292,7 @@ namespace OS { // the current wd and return the id. // (FSMakeSpec handles 0 as a dir, so ok for now) // ioWDDirID - memoryWriteLong(FSSpecManager::IDForCWD(), parm + _ioWDDirID); + memoryWriteLong(0, parm + _ioWDDirID); std::string tmp = "MacOS"; ToolBox::WritePString(namePtr, tmp);