mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
undo HGetVolume cwd, for now
This commit is contained in:
parent
813e36a6c4
commit
7beb3a7b43
@ -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