diff options
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 5356caa8..6e729ae1 100644 --- a/src/HTFWriter.c +++ b/src/HTFWriter.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTFWriter.c,v 1.112 2017/04/30 17:55:13 tom Exp $ + * $LynxId: HTFWriter.c,v 1.113 2017/07/02 20:42:32 tom Exp $ * * FILE WRITER HTFWrite.h * =========== @@ -174,7 +174,7 @@ static void decompress_gzip(HTStream *me) gzclose(gzfp); LYCloseTempFP(fp); CTRACE((tfp, "...decompress %" PRI_off_t " to %ld\n", - me->anchor->actual_length, + CAST_off_t (me->anchor->actual_length), actual)); if (success) { if (rename(copied, in_name) == 0) |