From: "Maciej W. Rozycki" <macro@mips.com>
To: gdb-patches@sourceware.org
Cc: Chris Dearman <chris@mips.com>,
"Maciej W. Rozycki" <macro@linux-mips.org>
Subject: remote-utils.c: Add missing space
Date: Fri, 30 Mar 2007 11:28:00 -0000 [thread overview]
Message-ID: <Pine.LNX.4.61.0703301217160.3670@perivale.mips.com> (raw)
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
next reply other threads:[~2007-03-30 11:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-30 11:28 Maciej W. Rozycki [this message]
2007-03-30 11:38 ` Daniel Jacobowitz
2007-03-30 12:02 ` Maciej W. Rozycki
2007-03-30 13:26 ` Chris Dearman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.61.0703301217160.3670@perivale.mips.com \
--to=macro@mips.com \
--cc=chris@mips.com \
--cc=gdb-patches@sourceware.org \
--cc=macro@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox