diff options
author | jbj <devnull@localhost> | 2001-11-11 01:46:43 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-11 01:46:43 +0000 |
commit | 8d08d4a43b277f8684ebbad723c9fcbe9054be72 (patch) | |
tree | 0038037ba88c9b44dbb0455ad85e40e66ea5b4bb /lib/rpmds.c | |
parent | 0abf36fd4d042c1ee93aa0bdd23b96999952868b (diff) | |
download | librpm-tizen-8d08d4a43b277f8684ebbad723c9fcbe9054be72.tar.gz librpm-tizen-8d08d4a43b277f8684ebbad723c9fcbe9054be72.tar.bz2 librpm-tizen-8d08d4a43b277f8684ebbad723c9fcbe9054be72.zip |
Rip headers out of addedPackages.
CVS patchset: 5170
CVS date: 2001/11/11 01:46:43
Diffstat (limited to 'lib/rpmds.c')
-rw-r--r-- | lib/rpmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmds.c b/lib/rpmds.c index 7551b813b..8f3c59fb2 100644 --- a/lib/rpmds.c +++ b/lib/rpmds.c @@ -795,7 +795,7 @@ exit: return result; } -int headerMatchesDepFlags(Header h, const rpmDepSet req) +int headerMatchesDepFlags(const Header h, const rpmDepSet req) { HGE_t hge = (HGE_t)headerGetEntryMinMemory; const char * pkgN, * v, * r; |