1
0
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:
Werner Almesberger 2010-11-19 21:39:57 -03:00
parent e1814ce372
commit af27092667

View File

@ -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;