Missing patch

This commit is contained in:
epienbro 2009-02-14 10:56:43 +00:00
parent 28a3d3996f
commit 53abf9b1c6

View File

@ -0,0 +1,11 @@
--- src/testcurl/daemontest_long_header.c.orig 2009-02-14 11:48:18.025431339 +0100
+++ src/testcurl/daemontest_long_header.c 2009-02-14 11:48:37.442183967 +0100
@@ -107,7 +107,7 @@
&ahc_echo,
"GET",
MHD_OPTION_CONNECTION_MEMORY_LIMIT,
- VERY_LONG / 2, MHD_OPTION_END);
+ (size_t) VERY_LONG / 2, MHD_OPTION_END);
if (d == NULL)
return 1;
c = curl_easy_init ();