commit fe8256cd9784987c3055043a2aa7be4a8c0699c7
parent e58dc5b68cab30d333d9ec4f8c1b281640216d2a
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 12 May 2011 12:32:19 +0000
cast
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
@@ -750,7 +750,7 @@ send_param_adapter (struct MHD_Connection *connection,
ret = sendfile (connection->socket_fd,
fd,
&offset,
- left);
+ (size_t) left);
if (ret != -1)
return ret;
if (EINTR == errno)