forked from Imagelibrary/binutils-gdb
gdb/
* linespec.c (decode_line_2): Fix duplicate request off by two message.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user