xbps_unpack_binary_pkg: initialize a local var.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091119051042-0kyp37uo6puex4jt
This commit is contained in:
parent
db9ae90dd4
commit
308a25f302
@ -323,7 +323,7 @@ static int
|
|||||||
unpack_archive_fini(struct archive *ar, prop_dictionary_t pkg,
|
unpack_archive_fini(struct archive *ar, prop_dictionary_t pkg,
|
||||||
bool essential)
|
bool essential)
|
||||||
{
|
{
|
||||||
prop_dictionary_t filesd, old_filesd = NULL;
|
prop_dictionary_t filesd = NULL, old_filesd = NULL;
|
||||||
struct archive_entry *entry;
|
struct archive_entry *entry;
|
||||||
const char *pkgname, *version, *rootdir, *entry_str;
|
const char *pkgname, *version, *rootdir, *entry_str;
|
||||||
char *buf, *buf2;
|
char *buf, *buf2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user