mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-22 00:29:18 +00:00
undo HGetVolume cwd, for now
This commit is contained in:
parent
912c874825
commit
a5126544b8
@ -292,7 +292,7 @@ namespace OS {
|
|||||||
// the current wd and return the id.
|
// the current wd and return the id.
|
||||||
// (FSMakeSpec handles 0 as a dir, so ok for now)
|
// (FSMakeSpec handles 0 as a dir, so ok for now)
|
||||||
// ioWDDirID
|
// ioWDDirID
|
||||||
memoryWriteLong(FSSpecManager::IDForCWD(), parm + _ioWDDirID);
|
memoryWriteLong(0, parm + _ioWDDirID);
|
||||||
|
|
||||||
std::string tmp = "MacOS";
|
std::string tmp = "MacOS";
|
||||||
ToolBox::WritePString(namePtr, tmp);
|
ToolBox::WritePString(namePtr, tmp);
|
||||||
|
Loading…
Reference in New Issue
Block a user