xbps_entry_install_conf_file: pass correct number of args to xbps_set_cb_state().
This commit is contained in:
parent
ab8cb56c24
commit
e4a3342c39
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user