gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37233 - libmicrohttpd/src/testcurl
Date: Thu, 2 Jun 2016 09:46:11 +0200

Author: grothoff
Date: 2016-06-02 09:46:10 +0200 (Thu, 02 Jun 2016)
New Revision: 37233

Modified:
   libmicrohttpd/src/testcurl/perf_get_concurrent.c
Log:
another underflow fix

Modified: libmicrohttpd/src/testcurl/perf_get_concurrent.c
===================================================================
--- libmicrohttpd/src/testcurl/perf_get_concurrent.c    2016-06-02 06:57:12 UTC 
(rev 37232)
+++ libmicrohttpd/src/testcurl/perf_get_concurrent.c    2016-06-02 07:46:10 UTC 
(rev 37233)
@@ -201,7 +201,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]