From: Michael Tremer Date: Wed, 20 Sep 2023 18:25:34 +0000 (+0000) Subject: transaction: Don't wipe dump when we change a package X-Git-Tag: 0.9.30~1679 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=384e2b45c14ec10c8fb33a1808eb48ea72aec715;p=pakfire.git transaction: Don't wipe dump when we change a package Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/transaction.c b/src/libpakfire/transaction.c index 91470699f..ae09b7939 100644 --- a/src/libpakfire/transaction.c +++ b/src/libpakfire/transaction.c @@ -416,7 +416,7 @@ static int pakfire_transaction_add_package_change(char** s, size_t width, // Then show the change r = pakfire_transaction_append_line(s, - " --> %s\n", pakfire_package_get_string(old_pkg, PAKFIRE_PKG_NEVRA)); + "%s --> %s\n", *s, pakfire_package_get_string(old_pkg, PAKFIRE_PKG_NEVRA)); if (r < 0) return r;