Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / libbfd.c
index 24da441ac13d253d72761bbc69fba1d647efa5f2..c581238515c74ccee9411e38276ebe97e3933eab 100644 (file)
@@ -874,7 +874,7 @@ _bfd_generic_get_section_contents (bfd *abfd,
     {
       _bfd_error_handler
        /* xgettext:c-format */
-       (_("%B: unable to get decompressed section %A"),
+       (_("%pB: unable to get decompressed section %pA"),
         abfd, section);
       bfd_set_error (bfd_error_invalid_operation);
       return FALSE;
This page took 0.025306 seconds and 4 git commands to generate.