mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
package 'reason' field should default to 0
This commit is contained in:
parent
3b49720e39
commit
4091aa1165
@ -54,7 +54,7 @@ pmpkg_t *pkg_new()
|
||||
pkg->size = 0;
|
||||
pkg->scriptlet = 0;
|
||||
pkg->force = 0;
|
||||
pkg->reason = PM_PKG_REASON_EXPLICIT;
|
||||
pkg->reason = 0;
|
||||
pkg->requiredby = NULL;
|
||||
pkg->conflicts = NULL;
|
||||
pkg->files = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user