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