mirror of
https://github.com/ksherlock/mpw.git
synced 2026-04-19 18:16:29 +00:00
write logging
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user