%L conversions
[deliverable/binutils-gdb.git] / bfd / compress.c
index 6a3aabb6b4aec52387220552b11d99159382f4b2..53e566e498e13b29b8c6095e230efee145d6e12b 100644 (file)
@@ -252,8 +252,8 @@ 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: %pB(%pA) is too large (%#Lx bytes)"),
-                 abfd, sec, sz);
+                 (_("error: %pB(%pA) is too large (%#" PRIx64 " bytes)"),
+                 abfd, sec, (uint64_t) sz);
              return FALSE;
            }
        }
This page took 0.027774 seconds and 4 git commands to generate.