From 9df3fc957f97511ce04123f3cbebdf9dc543cebb Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 6 Jul 2001 20:37:42 +0000 Subject: - 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 --- build.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.c') 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); -- cgit v1.2.1