From e4a3342c39e88743b041214d12b67e44388d33fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Mar 2013 17:22:44 +0100 Subject: [PATCH] xbps_entry_install_conf_file: pass correct number of args to xbps_set_cb_state(). --- lib/package_config_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package_config_files.c b/lib/package_config_files.c index f89c37f7..9e4ba726 100644 --- a/lib/package_config_files.c +++ b/lib/package_config_files.c @@ -223,7 +223,7 @@ xbps_entry_install_conf_file(struct xbps_handle *xhp, buf = xbps_xasprintf(".%s.new-%s", cffile, version); xbps_set_cb_state(xhp, XBPS_STATE_CONFIG_FILE, - 0, pkgver, version, + 0, pkgver, "Installing new configuration file to " "`%s.new-%s'.", cffile, version); archive_entry_set_pathname(entry, buf);