mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +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.
|
||||
// (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);
|
||||
|
Loading…
Reference in New Issue
Block a user