mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
write logging
This commit is contained in:
parent
aa73cc55cb
commit
31b41bf174
@ -471,7 +471,7 @@ namespace OS
|
||||
|
||||
}
|
||||
|
||||
|
||||
Log(" write(%04x, %08x, %08x)\n", ioRefNum, ioBuffer, ioReqCount);
|
||||
ssize_t count = OS::Internal::FDEntry::write(ioRefNum, memoryPointer(ioBuffer), ioReqCount);
|
||||
if (count >= 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user