* remote-sds.c (sds_start_remote): Fix printf call.

This commit is contained in:
Said Ziouani 1998-06-17 21:21:55 +00:00
parent 31493cdfd6
commit 959941e717
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 17 17:13:38 1998 Said Ziouani (saidz@park-street.cygnus.com)
* remote-sds.c (sds_start_remote): Fix printf call.
Tue Jun 16 16:32:08 1998 Mark Alexander <marka@cygnus.com>
* mn10200-tdep.c (mn10200_analyze_prologue): Fix null pointer

View File

@ -167,7 +167,7 @@ sds_start_remote (dummy)
SERIAL_WRITE (sds_desc, "{#}\r\n", 5);
while ((c = readchar (1)) >= 0)
printf_unfiltered ("%c");
printf_unfiltered ("%c", c);
printf_unfiltered ("\n");
next_msg_id = 251;