From: Petr Machata Date: Fri, 13 Mar 2009 13:27:17 +0000 (+0100) Subject: Fix 32-bit compilation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f19b23b81c74c8ab67b35ee3cd2d59add02aef5;p=thirdparty%2Felfutils.git Fix 32-bit compilation --- diff --git a/src/dwarflint.c b/src/dwarflint.c index 3bda25ff0..14b064848 100644 --- a/src/dwarflint.c +++ b/src/dwarflint.c @@ -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;