diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-30 03:32:17 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-30 03:32:17 -0400 |
commit | 18b746ffb0a4f762c7599a15642c3f994024fc5f (patch) | |
tree | c5bdd7049a8aaf7a978b26e949b63f21ff20eafa /src/HTFWriter.c | |
parent | 132787852d4cabd16c3fb46ecda9f5f544d60abd (diff) | |
download | lynx-snapshots-18b746ffb0a4f762c7599a15642c3f994024fc5f.tar.gz |
snapshot of project "lynx", label v2-8-2pre_9
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r-- | src/HTFWriter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c index 28a4d1b5..7211c3ef 100644 --- a/src/HTFWriter.c +++ b/src/HTFWriter.c @@ -234,6 +234,7 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me) #endif /* FNAMES_8_3 */ LYLocalFileToURL (&addr, path); if (!use_gzread) { + LYRenamedTemp(me->anchor->FileCache, path); StrAllocCopy(me->anchor->FileCache, path); StrAllocCopy(me->anchor->content_encoding, "binary"); } |