Make fputs_unfiltered use fputs_maybe_filtered
[deliverable/binutils-gdb.git] / gdb / remote.c
index 11ec857e125c208e40c183e38d9a4bff6e84af61..34a8a08f5624b4bc822df2d758352a5373e73b34 100644 (file)
@@ -6845,7 +6845,7 @@ remote_console_output (const char *msg)
 
       tb[0] = c;
       tb[1] = 0;
-      fputs_unfiltered (tb, gdb_stdtarg);
+      ui_file_puts (gdb_stdtarg, tb);
     }
   ui_file_flush (gdb_stdtarg);
 }
This page took 0.025144 seconds and 4 git commands to generate.