]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix 32-bit compilation
authorPetr Machata <pmachata@redhat.com>
Fri, 13 Mar 2009 13:27:17 +0000 (14:27 +0100)
committerPetr Machata <pmachata@redhat.com>
Fri, 13 Mar 2009 13:27:17 +0000 (14:27 +0100)
src/dwarflint.c

index 3bda25ff05cd13912ed96ffb42007fb91b198fda..14b06484854988c6b583af9da335165ea02dec92 100644 (file)
@@ -4852,7 +4852,7 @@ check_line_structural (struct section_data *data,
        if (*ptr > include_directories.size) /* Not >=, dirs indexed from 1.  */
          {
            wr_message (mc_impact_4 | mc_line | mc_header, &where,
-                       ": file #%zd refers to directory #%zd, which wasn't defined.\n",
+                       ": file #%zd refers to directory #%" PRId64 ", which wasn't defined.\n",
                        files.size + 1, *ptr);
            /* Consumer might choke on that.  */
            retval = false;