diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-12-27 10:33:52 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-12-27 10:33:52 +0000 |
commit | 466c1be273ce2f7354532f876250cbc3d9d6cefd (patch) | |
tree | 96125dbdd41c4501c72a67daacb90e995b73b72c /src/HTFWriter.c | |
parent | fd8ff03480d588c28b9424f2976beadbe7a55a35 (diff) | |
download | lynx-snapshots-466c1be273ce2f7354532f876250cbc3d9d6cefd.tar.gz |
snapshot of project "lynx", label v2-9-0dev_0b
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r-- | src/HTFWriter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c index 49469764..de4c22eb 100644 --- a/src/HTFWriter.c +++ b/src/HTFWriter.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTFWriter.c,v 1.117 2018/12/25 23:14:16 tom Exp $ + * $LynxId: HTFWriter.c,v 1.118 2018/12/27 10:33:52 tom Exp $ * * FILE WRITER HTFWrite.h * =========== @@ -175,7 +175,7 @@ static void decompress_gzip(HTStream *me) LYCloseTempFP(fp); CTRACE((tfp, "...decompress %" PRI_off_t " to %lu\n", CAST_off_t (me->anchor->actual_length), - (unsigned long) actual)); + (unsigned long)actual)); if (success) { if (LYRenameFile(copied, in_name) == 0) me->anchor->actual_length = (off_t) actual; |