diff options
author | jbj <devnull@localhost> | 2001-07-06 20:37:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-07-06 20:37:42 +0000 |
commit | 9df3fc957f97511ce04123f3cbebdf9dc543cebb (patch) | |
tree | 4e2ad67cd32464a7360d686be8b848cdb03e2195 /build | |
parent | 20c2a42d4f18fe324c3bc06cc106136130f44c9b (diff) | |
download | rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.gz rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.bz2 rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.zip |
- 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')
-rw-r--r-- | build/pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/pack.c b/build/pack.c index 6ebb7b948..a506f6b55 100644 --- a/build/pack.c +++ b/build/pack.c @@ -85,7 +85,7 @@ static int cpio_doio(FD_t fdo, /*@unused@*/ Header h, CSA_t csa, failedFile = _free(failedFile); fmode = _free(fmode); - rpmtransFree(ts); + ts = rpmtransFree(ts); return rc; } |