1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-26 12:17:25 +00:00
Files
open-simh.simh/scp.c
Mark Pizzolato e565ee563f SCP: Assure that all SCP produced debug output always lands in the debug file
The fprintf substitute function Fprintf can call tmxr_linemsgvf which may
internally produce debug output thus producing an infinite recursion.

All writes to the debug file are now done by explicit calls to fwrite() OR the
Fprintf socket destination is saved and cleared during all calls to fprintf.
2017-01-20 12:23:54 -08:00

454 KiB