aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r--gdb/remote-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c
index af4d431..5189bbd 100644
--- a/gdb/remote-utils.c
+++ b/gdb/remote-utils.c
@@ -573,9 +573,9 @@ gr_multi_scan (list, passthrough)
if (passthrough)
{
for (p = swallowed; p < swallowed_p; ++p)
- putc_unfiltered (*p, gdb_stdout);
+ fputc_unfiltered (*p, gdb_stdout);
- putc_unfiltered (ch, gdb_stdout);
+ fputc_unfiltered (ch, gdb_stdout);
}
swallowed_p = swallowed;