diff options
Diffstat (limited to 'bfd/binary.c')
-rw-r--r-- | bfd/binary.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/binary.c b/bfd/binary.c index 1018d56..4145e11 100644 --- a/bfd/binary.c +++ b/bfd/binary.c @@ -274,8 +274,8 @@ binary_set_section_contents (bfd *abfd, _bfd_error_handler /* xgettext:c-format */ (_("warning: writing section `%A' at huge (ie negative) " - "file offset 0x%lx."), - s, (unsigned long) s->filepos); + "file offset"), + s); } abfd->output_has_begun = TRUE; |