libmicrohttpd

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

commit b469d263d4b2151c74c37109f342862e64198476
parent 05af4aa49c5530e9fb54a7ce18d29e327fbabd7f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Jun 2016 06:53:21 +0000

fix underflow

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

diff --git a/src/testcurl/test_concurrent_stop.c b/src/testcurl/test_concurrent_stop.c @@ -161,7 +161,7 @@ thread_gets (void *param) static void * do_gets (void * param) { - unsigned int j; + int j; pthread_t par[PAR]; char url[64]; int port = (int)(intptr_t)param;