remote-utils.c: Add missing space

Maciej W. Rozycki macro@mips.com
Fri Mar 30 11:28:00 GMT 2007


Hello,

 This change should be obvious, but it modifies run-time behaviour, so I'm 
asking just in case it hits somebody doing something strange.

2007-03-30  Chris Dearman  <chris@mips.com>

	* remote-utils.c (gr_files_info): Add missing space when printing
	baud rate.

 OK to apply?

  Maciej

12226-1.diff
Index: binutils-quilt/src/gdb/remote-utils.c
===================================================================
--- binutils-quilt.orig/src/gdb/remote-utils.c	2007-03-30 12:23:08.000000000 +0100
+++ binutils-quilt/src/gdb/remote-utils.c	2007-03-30 12:23:38.000000000 +0100
@@ -437,7 +437,7 @@
 #else
   printf_filtered ("\tAttached to %s", sr_get_device ());
   if (baud_rate != -1)
-    printf_filtered ("at %d baud", baud_rate);
+    printf_filtered (" at %d baud", baud_rate);
   printf_filtered ("\n");
 #endif
 



More information about the Gdb-patches mailing list