summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-11-11 20:45:20 +0000
committerjbj <devnull@localhost>2001-11-11 20:45:20 +0000
commit1eb0503123bfd829d5122e54353a000d89333a10 (patch)
tree5ecfd5f2ee435bf2e2ccffcfade0c5f6bfb40515 /python
parentac9f0fea036a08c071d28d2056fc9646ec7e679c (diff)
downloadrpm-1eb0503123bfd829d5122e54353a000d89333a10.tar.gz
rpm-1eb0503123bfd829d5122e54353a000d89333a10.tar.bz2
rpm-1eb0503123bfd829d5122e54353a000d89333a10.zip
Replace loadFi with fiNew, freeFi with fiFree.
CVS patchset: 5175 CVS date: 2001/11/11 20:45:20
Diffstat (limited to 'python')
-rw-r--r--python/rpmmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c
index b4b63f551..6991e3b5b 100644
--- a/python/rpmmodule.c
+++ b/python/rpmmodule.c
@@ -1311,7 +1311,7 @@ static PyObject * rpmtransAdd(rpmtransObject * s, PyObject * args) {
if (how && !strcmp(how, "a"))
rpmtransAvailablePackage(s->ts, h->h, key);
else
- rpmtransAddPackage(s->ts, h->h, NULL, key, isUpgrade, NULL);
+ rpmtransAddPackage(s->ts, h->h, key, isUpgrade, NULL);
/* This should increment the usage count for me */
if (key) {