undo HGetVolume cwd, for now

This commit is contained in:
Kelvin Sherlock 2015-01-19 15:02:29 -05:00
parent 912c874825
commit a5126544b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);