mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
* remote.c (remote_insert_hw_breakpoint): ARI fix,
add missing internalization markup.
This commit is contained in:
parent
f659243918
commit
0316657ea5
@ -1,3 +1,8 @@
|
||||
2012-11-06 Pierre Muller <muller@sourceware.org>
|
||||
|
||||
* remote.c (remote_insert_hw_breakpoint): ARI fix,
|
||||
add missing internalization markup.
|
||||
|
||||
2012-11-06 Pedro Alves <palves@redhat.com>
|
||||
|
||||
PR gdb/14810
|
||||
|
@ -8222,7 +8222,7 @@ remote_insert_hw_breakpoint (struct gdbarch *gdbarch,
|
||||
{
|
||||
message = strchr (rs->buf + 2, '.');
|
||||
if (message)
|
||||
error ("Remote failure reply: %s", message + 1);
|
||||
error (_("Remote failure reply: %s"), message + 1);
|
||||
}
|
||||
return -1;
|
||||
case PACKET_UNKNOWN:
|
||||
|
Loading…
Reference in New Issue
Block a user