lib/rindex_sync.c: remove extra parameter in a variadic function.
This commit is contained in:
parent
1f5bb03daf
commit
ef4e43931b
@ -127,7 +127,7 @@ xbps_rindex_sync(struct xbps_handle *xhp, const char *uri, const char *plistf)
|
|||||||
rpidx = xbps_xasprintf("%s/%s-%s", uri, arch, plistf);
|
rpidx = xbps_xasprintf("%s/%s-%s", uri, arch, plistf);
|
||||||
|
|
||||||
/* reposync start cb */
|
/* reposync start cb */
|
||||||
xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, rpidx, NULL, NULL);
|
xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, rpidx, NULL);
|
||||||
/*
|
/*
|
||||||
* Download plist index file from repository.
|
* Download plist index file from repository.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user