gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8296 - libmicrohttpd/src/testcurl


From: gnunet
Subject: [GNUnet-SVN] r8296 - libmicrohttpd/src/testcurl
Date: Fri, 27 Feb 2009 21:15:50 -0700

Author: grothoff
Date: 2009-02-27 21:15:50 -0700 (Fri, 27 Feb 2009)
New Revision: 8296

Modified:
   libmicrohttpd/src/testcurl/daemontest_large_put.c
Log:
fixing 1459

Modified: libmicrohttpd/src/testcurl/daemontest_large_put.c
===================================================================
--- libmicrohttpd/src/testcurl/daemontest_large_put.c   2009-02-27 22:53:17 UTC 
(rev 8295)
+++ libmicrohttpd/src/testcurl/daemontest_large_put.c   2009-02-28 04:15:50 UTC 
(rev 8296)
@@ -274,7 +274,7 @@
                         1082,
                         NULL, NULL, &ahc_echo, &done_flag,
                         MHD_OPTION_CONNECTION_MEMORY_LIMIT,
-                        PUT_SIZE * 4, MHD_OPTION_END);
+                        (size_t) (PUT_SIZE * 4), MHD_OPTION_END);
   if (d == NULL)
     return 256;
   c = curl_easy_init ();





reply via email to

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