Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / srec.c
index a7148f165696e20e7d841dfd889ca462f9048dcb..ac438e8c25c4dec11ff94e11bea50515fa7df584 100644 (file)
@@ -257,7 +257,7 @@ srec_bad_byte (bfd *abfd,
        }
       _bfd_error_handler
        /* xgettext:c-format */
-       (_("%B:%d: Unexpected character `%s' in S-record file\n"),
+       (_("%pB:%d: Unexpected character `%s' in S-record file\n"),
         abfd, lineno, buf);
       bfd_set_error (bfd_error_bad_value);
     }
@@ -485,7 +485,7 @@ srec_scan (bfd *abfd)
            if (bytes < min_bytes)
              {
                /* xgettext:c-format */
-               _bfd_error_handler (_("%B:%d: byte count %d too small\n"),
+               _bfd_error_handler (_("%pB:%d: byte count %d too small\n"),
                                    abfd, lineno, bytes);
                bfd_set_error (bfd_error_bad_value);
                goto error_return;
@@ -578,7 +578,7 @@ srec_scan (bfd *abfd)
                  {
                    _bfd_error_handler
                      /* xgettext:c-format */
-                     (_("%B:%d: Bad checksum in S-record file\n"),
+                     (_("%pB:%d: Bad checksum in S-record file\n"),
                       abfd, lineno);
                    bfd_set_error (bfd_error_bad_value);
                    goto error_return;
@@ -612,7 +612,7 @@ srec_scan (bfd *abfd)
                  {
                    _bfd_error_handler
                      /* xgettext:c-format */
-                     (_("%B:%d: Bad checksum in S-record file\n"),
+                     (_("%pB:%d: Bad checksum in S-record file\n"),
                       abfd, lineno);
                    bfd_set_error (bfd_error_bad_value);
                    goto error_return;
This page took 0.046731 seconds and 4 git commands to generate.