projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96db318
)
Fix typo in last change, print_filtered -> printf_filtered
author
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 26 Feb 1994 10:01:45 +0000
(10:01 +0000)
committer
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 26 Feb 1994 10:01:45 +0000
(10:01 +0000)
gdb/remote-utils.c
patch
|
blob
|
history
diff --git
a/gdb/remote-utils.c
b/gdb/remote-utils.c
index 482e2476b6403f565c595780e08d8b85258e6423..ba7d29712d9fc7c14c8f443358bffbfc5e0200f7 100644
(file)
--- a/
gdb/remote-utils.c
+++ b/
gdb/remote-utils.c
@@
-206,7
+206,7
@@
gr_open(args, from_tty, gr)
if (baud_rate != -1)
printf_filtered (" at baud rate of %d",
baud_rate);
- print_filtered ("\n");
+ print
f
_filtered ("\n");
}
push_target(gr->ops);