Remove make_cleanup_restore_current_ui
[deliverable/binutils-gdb.git] / bfd / binary.c
index 2223b5d2dfc5b2e4fb10a607f7070660d22d6818..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' to 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.023484 seconds and 4 git commands to generate.