xbps-repo: index-files.c: warning due to uninitialized var.
This commit is contained in:
parent
beb7284681
commit
9906aa7029
@ -202,7 +202,7 @@ int
|
||||
repo_genindex_files(const char *pkgdir)
|
||||
{
|
||||
prop_dictionary_t idxdict;
|
||||
struct index_files_data *ifd;
|
||||
struct index_files_data *ifd = NULL;
|
||||
char *plist;
|
||||
int rv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user