Skip to content
Snippets Groups Projects
Commit f19566f6 authored by Timo Teräs's avatar Timo Teräs
Browse files

info: fix printing of 'replaces' field

parent f8b1c3ef
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ static void info_print_triggers(struct apk_database *db, struct apk_package *pkg ...@@ -284,7 +284,7 @@ static void info_print_triggers(struct apk_database *db, struct apk_package *pkg
static void info_print_replaces(struct apk_database *db, struct apk_package *pkg) static void info_print_replaces(struct apk_database *db, struct apk_package *pkg)
{ {
info_print_dep_array(db, pkg, pkg->provides, "replaces"); info_print_dep_array(db, pkg, pkg->ipkg->replaces, "replaces");
} }
static void info_subaction(struct info_ctx *ctx, struct apk_package *pkg) static void info_subaction(struct info_ctx *ctx, struct apk_package *pkg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment