From b60e0fa97ed7ddc66d0ad6d00dfd78319bb6ad36 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Jan 2004 22:29:29 +0000 Subject: David J Meyer's large file support. --- lib/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dict.c') diff --git a/lib/dict.c b/lib/dict.c index e9308ae8d..30137b6fd 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -92,7 +92,7 @@ CURLcode Curl_dict(struct connectdata *conn) int sockfd = conn->sock[FIRSTSOCKET]; char *path = conn->path; - long *bytecount = &conn->bytecount; + off_t *bytecount = &conn->bytecount; if(conn->bits.user_passwd) { /* AUTH is missing */ -- cgit v1.2.3