From: Michael Tremer Date: Sat, 28 Jun 2025 08:46:48 +0000 (+0000) Subject: package: Make the columns wider for all keys to fit X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d221bfdd95c2c3f2bdf480665ea24ebca5ef1e00;p=pakfire.git package: Make the columns wider for all keys to fit Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/package.c b/src/pakfire/package.c index 292b926c..a30066b9 100644 --- a/src/pakfire/package.c +++ b/src/pakfire/package.c @@ -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) {