diff options
Diffstat (limited to 'bfd/elfcore.h')
-rw-r--r-- | bfd/elfcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfcore.h b/bfd/elfcore.h index 562b7088967..34a18a5fe76 100644 --- a/bfd/elfcore.h +++ b/bfd/elfcore.h @@ -297,7 +297,7 @@ elf_core_file_p (bfd *abfd) { _bfd_error_handler /* xgettext:c-format */ - (_("warning: %B is truncated: expected core file " + (_("warning: %pB is truncated: expected core file " "size >= %Lu, found: %llu"), abfd, high, (unsigned long long) statbuf.st_size); } |