]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - terminal.c
Logical host name: minor rewording.
[PuTTY.git] / terminal.c
index c5fdeeb0245643a3c9584211f7664505e9b23761..26a3f0c93f64b90228802ea6a50027a6500dd21d 100644 (file)
@@ -4725,7 +4725,7 @@ static void term_out(Terminal *term)
     }
 
     term_print_flush(term);
-    if (term->logflush)
+    if (term->logflush && term->logctx)
        logflush(term->logctx);
 }