Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / compress.c
index 1a531ead0c57ff06f0cbf84e70d739963ff977ad..6a3aabb6b4aec52387220552b11d99159382f4b2 100644 (file)
@@ -252,7 +252,7 @@ bfd_get_full_section_contents (bfd *abfd, sec_ptr sec, bfd_byte **ptr)
              if (bfd_get_error () == bfd_error_no_memory)
                _bfd_error_handler
                  /* xgettext:c-format */
-                 (_("error: %B(%A) is too large (%#Lx bytes)"),
+                 (_("error: %pB(%pA) is too large (%#Lx bytes)"),
                  abfd, sec, sz);
              return FALSE;
            }
This page took 0.024048 seconds and 4 git commands to generate.