From 7beb3a7b43565545fdf274635b3e4a30054241f6 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 19 Jan 2015 15:02:29 -0500 Subject: [PATCH] undo HGetVolume cwd, for now --- toolbox/os_volume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);