mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Fuzzable terminal emulator.
This commit is contained in:
@ -4688,7 +4688,7 @@ static void term_out(Terminal *term)
|
||||
}
|
||||
|
||||
term_print_flush(term);
|
||||
if (term->logflush)
|
||||
if (term->logflush && term->logctx)
|
||||
logflush(term->logctx);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user