gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37230 - libmicrohttpd/src/testcurl
Date: Thu, 2 Jun 2016 08:53:22 +0200

Author: grothoff
Date: 2016-06-02 08:53:21 +0200 (Thu, 02 Jun 2016)
New Revision: 37230

Modified:
   libmicrohttpd/src/testcurl/test_concurrent_stop.c
Log:
fix underflow

Modified: libmicrohttpd/src/testcurl/test_concurrent_stop.c
===================================================================
--- libmicrohttpd/src/testcurl/test_concurrent_stop.c   2016-06-01 20:30:03 UTC 
(rev 37229)
+++ libmicrohttpd/src/testcurl/test_concurrent_stop.c   2016-06-02 06:53:21 UTC 
(rev 37230)
@@ -161,7 +161,7 @@
 static void *
 do_gets (void * param)
 {
-  unsigned int j;
+  int j;
   pthread_t par[PAR];
   char url[64];
   int port = (int)(intptr_t)param;




reply via email to

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