]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: fix %ju -> %zu
authorKarel Zak <kzak@redhat.com>
Tue, 13 May 2014 07:52:42 +0000 (09:52 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 13 May 2014 07:52:42 +0000 (09:52 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/table.c

index 27365c0404243dbd0e6046ae583a86e8cf156917..acdb365d09d13c4d5cfae3c07b664312fcc12e45 100644 (file)
@@ -392,7 +392,7 @@ static int table_add_freespace(
                        }
                }
                if (!real_parent) {
-                       DBG(TAB, ul_debugobj(tb, "not found freespace parent (partno=%ju)",
+                       DBG(TAB, ul_debugobj(tb, "not found freespace parent (partno=%zu)",
                                        parent->partno));
                        fdisk_reset_iter(&itr, FDISK_ITER_FORWARD);
                }