mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
gdb/
* linespec.c (decode_line_2): Fix duplicate request off by two message.
This commit is contained in:
parent
33f448b11e
commit
f6f99966e9
@ -1,3 +1,7 @@
|
||||
2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* linespec.c (decode_line_2): Fix duplicate request off by two message.
|
||||
|
||||
2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* linespec.c (struct linespec_canonical_name): New.
|
||||
|
@ -1461,7 +1461,7 @@ decode_line_2 (struct linespec_state *self,
|
||||
else
|
||||
{
|
||||
printf_unfiltered (_("duplicate request for %d ignored.\n"),
|
||||
num);
|
||||
num + 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user