summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-07-06 20:37:42 +0000
committerjbj <devnull@localhost>2001-07-06 20:37:42 +0000
commit9df3fc957f97511ce04123f3cbebdf9dc543cebb (patch)
tree4e2ad67cd32464a7360d686be8b848cdb03e2195 /build.c
parent20c2a42d4f18fe324c3bc06cc106136130f44c9b (diff)
downloadrpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.gz
- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.
- portability: avoid st_mtime, gendiff uses basename, etc (#47497). - glibc-2.0.x has not __va_copy(). - popthelp.c: static copy of stpcpy/stpncpy for the deprived (#47500). CVS patchset: 4921 CVS date: 2001/07/06 20:37:42
Diffstat (limited to 'build.c')
-rw-r--r--build.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.c b/build.c
index 87258df55..3dd44cf33 100644
--- a/build.c
+++ b/build.c
@@ -49,8 +49,7 @@ static int checkSpec(Header h)
rc = 1;
}
- if (ts != NULL)
- rpmtransFree(ts);
+ ts = rpmtransFree(ts);
if (db != NULL)
(void) rpmdbClose(db);