]> git.ipfire.org Git - pakfire.git/commitdiff
package: Make the columns wider for all keys to fit
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jun 2025 08:46:48 +0000 (08:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jun 2025 08:46:48 +0000 (08:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/package.c

index 292b926cf25cca148cba930da93ef08d617d67a0..a30066b977ff1e80c0fadd9f681fcd21b7133d02 100644 (file)
@@ -1826,7 +1826,7 @@ static int pakfire_package_dump_add_line(char*** s, const char* key, const char*
                key = "";
 
        // Append a new line
-       return pakfire_strings_appendf(s, "%-15s: %s\n", key, val);
+       return pakfire_strings_appendf(s, "%-18s: %s\n", key, val);
 }
 
 static int pakfire_package_dump_add_lines(char*** s, const char* key, char** lines) {