about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTFormat.h')
-rw-r--r--WWW/Library/Implementation/HTFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTFormat.h b/WWW/Library/Implementation/HTFormat.h
index 903462bb..c4bc9587 100644
--- a/WWW/Library/Implementation/HTFormat.h
+++ b/WWW/Library/Implementation/HTFormat.h
@@ -163,7 +163,7 @@ The HTPresentation and HTConverter types
 	float quality;		/* Between 0 (bad) and 1 (good) */
 	float secs;
 	float secs_per_byte;
-	long int maxbytes;
+	off_t maxbytes;
 	BOOL get_accept;	/* list in "Accept:" for GET */
 	int accept_opt;		/* matches against LYAcceptMedia */
     };