diff options
author | jbj <devnull@localhost> | 2001-11-11 20:45:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-11 20:45:20 +0000 |
commit | 1eb0503123bfd829d5122e54353a000d89333a10 (patch) | |
tree | 5ecfd5f2ee435bf2e2ccffcfade0c5f6bfb40515 /python | |
parent | ac9f0fea036a08c071d28d2056fc9646ec7e679c (diff) | |
download | rpm-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.c | 2 |
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) { |