xbps_unpack_archive_cb: fix a comment.
--HG-- extra : convert_revision : 48bda135d47987c22ce71b46d999d48ef83a7f99
This commit is contained in:
parent
d8e8d3f6ab
commit
a2d218eb4c
|
@ -282,7 +282,7 @@ xbps_unpack_archive_cb(struct archive *ar, prop_dictionary_t pkg)
|
|||
prop_dictionary_get_cstring_nocopy(pkg, "version", &version);
|
||||
|
||||
/*
|
||||
* This length is '.%s/metadata/%s/prepost-action.sh' not
|
||||
* This length is '.%s/metadata/%s/prepost-action' not
|
||||
* including nul.
|
||||
*/
|
||||
len = strlen(XBPS_META_PATH) + strlen(pkgname) + 26;
|
||||
|
|
Loading…
Reference in New Issue