summaryrefslogtreecommitdiff
path: root/build.c
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 /build.c
parentac9f0fea036a08c071d28d2056fc9646ec7e679c (diff)
downloadrpm-1eb0503123bfd829d5122e54353a000d89333a10.tar.gz
Replace loadFi with fiNew, freeFi with fiFree.
CVS patchset: 5175 CVS date: 2001/11/11 20:45:20
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index 908c2a9e3..e0ee60e3c 100644
--- a/build.c
+++ b/build.c
@@ -28,7 +28,7 @@ static int checkSpec(rpmTransactionSet ts, Header h)
&& !headerIsEntry(h, RPMTAG_CONFLICTNAME))
return 0;
- rc = rpmtransAddPackage(ts, h, NULL, NULL, 0, NULL);
+ rc = rpmtransAddPackage(ts, h, NULL, 0, NULL);
rc = rpmdepCheck(ts, &conflicts, &numConflicts);
/*@-branchstate@*/