mirror of
https://github.com/simh/simh.git
synced 2026-04-16 00:21:35 +00:00
SCP: Make sure that log and debug file I/O use a large (64K) buffer
This commit is contained in:
@@ -1860,6 +1860,7 @@ else {
|
||||
*pref = NULL;
|
||||
return SCPE_OPENERR;
|
||||
}
|
||||
setvbuf (*pf, NULL, _IOFBF, 65536);
|
||||
(*pref)->file = *pf;
|
||||
(*pref)->refcount = 1; /* need close */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user