xbps_entry_install_conf_file: pass correct number of args to xbps_set_cb_state().

This commit is contained in:
Juan RP 2013-03-27 17:22:44 +01:00
parent ab8cb56c24
commit e4a3342c39

View File

@ -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);