mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-25 04:31:52 +00:00
open rf stuff
This commit is contained in:
parent
a8bd0248da
commit
9b1afa3d00
@ -364,9 +364,9 @@ namespace OS
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
auto &e = OS::Internal::FDEntry::allocate(fd, sname);
|
auto &e = OS::Internal::FDEntry::allocate(fd, std::move(xname));
|
||||||
e.resource = false;
|
e.resource = rf;
|
||||||
e.text = IsTextFile(sname);
|
e.text = rf ? false : IsTextFile(sname);
|
||||||
|
|
||||||
d0 = 0;
|
d0 = 0;
|
||||||
memoryWriteWord(fd, parm + 24);
|
memoryWriteWord(fd, parm + 24);
|
||||||
|
Loading…
Reference in New Issue
Block a user