diff options
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r-- | bfd/ihex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ihex.c b/bfd/ihex.c index fd3da3972a..6dda98fd29 100644 --- a/bfd/ihex.c +++ b/bfd/ihex.c @@ -830,8 +830,8 @@ ihex_write_object_contents (bfd *abfd) sprintf_vma (buf, where); _bfd_error_handler /* xgettext:c-format */ - (_("%s: address 0x%s out of range for Intel Hex file"), - bfd_get_filename (abfd), buf); + (_("%B: address 0x%s out of range for Intel Hex file"), + abfd, buf); bfd_set_error (bfd_error_bad_value); return FALSE; } |