fix stream arguments to fprintf_unfiltered, gdb_flush, print_address_numeric,

and fwrite.
This commit is contained in:
David Taylor
1999-01-14 23:40:25 +00:00
parent dab43dfdcd
commit 1206c6599d
4 changed files with 20 additions and 9 deletions

View File

@@ -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;