mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-22 13:19:42 +02:00
qpkg/gobble.c (gobble_buf): initialize pkg->conflicts and pkg->depends
This commit is contained in:
parent
e1814ce372
commit
af27092667
@ -267,6 +267,7 @@ package:
|
||||
pkg->more = pkg->id->value;
|
||||
pkg->id->value = pkg;
|
||||
pkg->version = NULL;
|
||||
pkg->conflicts = pkg->depends = NULL;
|
||||
pkg->filename = NULL;
|
||||
pkg->installed = 0;
|
||||
pkg->mark = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user