Replacing a bogus file with a semi-bogus one (sharing through devo).
[deliverable/binutils-gdb.git] / gdb / remote-sds.c
index 5b16c82957b32a96fe11b683ed9565a6a30ea8f0..312d26ac9c30dea3b60044bc4591bda6d2f0e90d 100644 (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;
This page took 0.0234 seconds and 4 git commands to generate.