gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15211 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r15211 - libmicrohttpd/src/daemon
Date: Thu, 12 May 2011 14:32:19 +0200

Author: grothoff
Date: 2011-05-12 14:32:19 +0200 (Thu, 12 May 2011)
New Revision: 15211

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
cast

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2011-05-12 12:25:56 UTC (rev 15210)
+++ libmicrohttpd/src/daemon/daemon.c   2011-05-12 12:32:19 UTC (rev 15211)
@@ -750,7 +750,7 @@
       ret = sendfile (connection->socket_fd, 
                      fd,
                      &offset,
-                     left);
+                     (size_t) left);
       if (ret != -1)
        return ret;
       if (EINTR == errno) 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]