libmicrohttpd/libmicrohttpd_fix_0_4_0_testcase.patch
2009-02-14 10:56:43 +00:00

12 lines
492 B
Diff

--- 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 ();