mirror of
https://github.com/open-simh/simh.git
synced 2026-03-01 01:39:37 +00:00
SCP: Make debug duplicate message reduction properly the default behavior
This commit is contained in:
2
scp.c
2
scp.c
@@ -12226,7 +12226,7 @@ static void _sim_debug_write_flush (const char *buf, size_t len, t_bool flush)
|
||||
{
|
||||
char *eol;
|
||||
|
||||
if (!(sim_deb_switches & SWMASK ('F'))) { /* filtering disabled? */
|
||||
if (sim_deb_switches & SWMASK ('F')) { /* filtering disabled? */
|
||||
if (len > 0)
|
||||
fwrite (buf, 1, len, sim_deb); /* output now. */
|
||||
return; /* done */
|
||||
|
||||
Reference in New Issue
Block a user