Change kiB to KiB, this will effect things trying to parse the output units string. --- libparted/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libparted/unit.c b/libparted/unit.c
index d86658c..f6a2f4f 100644
--- a/libparted/unit.c
+++ b/libparted/unit.c
@@ -80,7 +80,7 @@ static const char* unit_names[] = {
"cyl",
"chs",
"%",
- "kiB",
+ "KiB",
"MiB",
"GiB",
"TiB"
--
2.39.2
