Remove make_cleanup_restore_current_ui
[deliverable/binutils-gdb.git] / bfd / binary.c
index 6cec8e810121b23ec2c6e706431ca8c19a1d13a4..09d684774d15db147dabb78341538d18fc02b142 100644 (file)
@@ -269,8 +269,10 @@ binary_set_section_contents (bfd *abfd,
             have.  */
 
          if (s->filepos < 0)
-           (*_bfd_error_handler)
-             (_("Warning: Writing section `%s' too huge (ie negative) file offset 0x%lx."),
+           _bfd_error_handler
+             /* xgettext:c-format */
+             (_("Warning: Writing section `%s' at huge (ie negative) "
+                "file offset 0x%lx."),
               bfd_get_section_name (abfd, s),
               (unsigned long) s->filepos);
        }
This page took 0.023165 seconds and 4 git commands to generate.