]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cache.c
Use %pA and %pB in messages rather than %A and %B
[thirdparty/binutils-gdb.git] / bfd / cache.c
index d33301f31e3d3c2b2cbc6002f4cc1331632231d6..4b14043ec827438a7e459204be69bce5ad1f6090 100644 (file)
@@ -270,7 +270,7 @@ bfd_cache_lookup_worker (bfd *abfd, enum cache_flag flag)
     return (FILE *) abfd->iostream;
 
   /* xgettext:c-format */
-  _bfd_error_handler (_("reopening %B: %s\n"),
+  _bfd_error_handler (_("reopening %pB: %s\n"),
                      orig_bfd, bfd_errmsg (bfd_get_error ()));
   return NULL;
 }