about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFormat.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTFormat.c')
-rw-r--r--WWW/Library/Implementation/HTFormat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTFormat.c b/WWW/Library/Implementation/HTFormat.c
index f0a667c5..f17cb947 100644
--- a/WWW/Library/Implementation/HTFormat.c
+++ b/WWW/Library/Implementation/HTFormat.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTFormat.c,v 1.82 2013/11/28 11:12:32 tom Exp $
+ * $LynxId: HTFormat.c,v 1.83 2014/07/24 22:08:24 tom Exp $
  *
  *		Manage different file formats			HTFormat.c
  *		=============================
@@ -884,7 +884,7 @@ int HTCopy(HTParentAnchor *anchor,
     if (anchor != 0) {
 	CTRACE((tfp, "HTCopy copied %"
 		PRI_off_t " actual, %"
-		PRI_off_t " limit\n", bytes, limit));
+		PRI_off_t " limit\n", CAST_off_t (bytes), CAST_off_t (limit)));
 	anchor->actual_length = bytes;
     }