From: Karel Zak Date: Tue, 7 Apr 2026 10:41:15 +0000 (+0200) Subject: Merge branch 'matching_formatters' of https://github.com/stoeckmann/util-linux X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8605d1f21e43e22475e011a7c5f3e81f34f0a3;p=thirdparty%2Futil-linux.git Merge branch 'matching_formatters' of https://github.com/stoeckmann/util-linux * 'matching_formatters' of https://github.com/stoeckmann/util-linux: Use correct formatters for given data types --- 5e8605d1f21e43e22475e011a7c5f3e81f34f0a3 diff --cc libblkid/src/partitions/gpt.c index f977ed53a,26a89f927..bd588569d --- a/libblkid/src/partitions/gpt.c +++ b/libblkid/src/partitions/gpt.c @@@ -380,10 -380,10 +380,10 @@@ static int probe_gpt_pt(blkid_probe pr blkid_partlist_increment_partno(ls); continue; } - /* the partition has to inside usable range */ + /* the partition has to be inside usable range */ if (start < fu || start + size - 1 > lu) { DBG(LOWPROBE, ul_debug( - "GPT entry[%d] overflows usable area - ignore", + "GPT entry[%"PRIu32"] overflows usable area - ignore", i)); blkid_partlist_increment_partno(ls); continue;