]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Show CU size in decimal
authorPetr Machata <pmachata@redhat.com>
Wed, 29 Jul 2009 12:22:30 +0000 (14:22 +0200)
committerPetr Machata <pmachata@redhat.com>
Tue, 4 Aug 2009 14:14:20 +0000 (16:14 +0200)
src/dwarflint.c

index 05ec12dd09273fca4e827cf13da3fab02482fe55..3325b4d4c7be53159e6bd9d0c0fda32a9783adc0 100644 (file)
@@ -3438,7 +3438,7 @@ check_info_structural (struct elf_file *file,
        {
          wr_error (&where,
                    ": section doesn't have enough data"
-                   " to read CU of size %" PRIx64 ".\n", size);
+                   " to read CU of size %" PRId64 ".\n", size);
          ctx.ptr = ctx.end;
          success = false;
          break;