libxbps: missing arg in printf format for xbps_pkg_index_plist.
This commit is contained in:
parent
94b6458415
commit
bbd83767c6
@ -215,7 +215,7 @@ get_pkg_index_remote_plist(const char *uri)
|
|||||||
repodir = xbps_xasprintf("%s/%s/%s",
|
repodir = xbps_xasprintf("%s/%s/%s",
|
||||||
XBPS_META_PATH, uri_fixed, XBPS_PKGINDEX);
|
XBPS_META_PATH, uri_fixed, XBPS_PKGINDEX);
|
||||||
} else {
|
} else {
|
||||||
repodir = xbps_xasprintf("%s/%s/%s",
|
repodir = xbps_xasprintf("%s/%s/%s/%s",
|
||||||
prop_string_cstring_nocopy(xhp->rootdir),
|
prop_string_cstring_nocopy(xhp->rootdir),
|
||||||
XBPS_META_PATH, uri_fixed, XBPS_PKGINDEX);
|
XBPS_META_PATH, uri_fixed, XBPS_PKGINDEX);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user