libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit b4da5f6d751734cbf8bd6690aededed2c8857250
parent 0a638a4188044acc6eccef3978dc4bef990f3e09
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Feb 2009 04:15:50 +0000

fixing 1459

Diffstat:
Msrc/testcurl/daemontest_large_put.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/daemontest_large_put.c b/src/testcurl/daemontest_large_put.c @@ -274,7 +274,7 @@ testExternalPut () 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 ();