mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
gdb/
* linespec.c (decode_line_2): Fix duplicate request off by two message.
This commit is contained in:
@@ -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