aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index ad45035c7ac..fe6ec510399 100644
--- a/src/print.c
+++ b/src/print.c
@@ -388,7 +388,7 @@ strout (ptr, size, size_byte, printcharfun, multibyte)
388 print_chars += size; 388 print_chars += size;
389#endif /* MAX_PRINT_CHARS */ 389#endif /* MAX_PRINT_CHARS */
390 } 390 }
391 else if (noninteractive) 391 else if (noninteractive && EQ (printcharfun, Qt))
392 { 392 {
393 fwrite (ptr, 1, size_byte, stdout); 393 fwrite (ptr, 1, size_byte, stdout);
394 noninteractive_need_newline = 1; 394 noninteractive_need_newline = 1;