aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mm.c
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1999-01-14 23:40:25 +0000
committerDavid Taylor <taylor@redhat.com>1999-01-14 23:40:25 +0000
commit1206c6599d41da0ced4f0422f4b0081bf73bdf3b (patch)
tree091a9659ab047ab65426859d6ce0c191d95aa22a /gdb/remote-mm.c
parentdab43dfdcd6648aa8791175b5566791949baafdc (diff)
downloadgdb-1206c6599d41da0ced4f0422f4b0081bf73bdf3b.zip
gdb-1206c6599d41da0ced4f0422f4b0081bf73bdf3b.tar.gz
gdb-1206c6599d41da0ced4f0422f4b0081bf73bdf3b.tar.bz2
fix stream arguments to fprintf_unfiltered, gdb_flush, print_address_numeric,
and fwrite.
Diffstat (limited to 'gdb/remote-mm.c')
-rw-r--r--gdb/remote-mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c
index c10f97e..0e5828c 100644
--- a/gdb/remote-mm.c
+++ b/gdb/remote-mm.c
@@ -542,7 +542,7 @@ mm_wait (status)
i=in_msg_buf->channel1_msg.length;
in_msg_buf->channel1_msg.data[i] = '\0';
printf("%s", in_msg_buf->channel1_msg.data);
- gdb_flush(stdout);
+ gdb_flush(gdb_stdout);
/* Send CHANNEL1_ACK message */
out_msg_buf->channel1_ack_msg.code = CHANNEL1_ACK;
out_msg_buf->channel1_ack_msg.length = 0;