gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix typo


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix typo
Date: Sat, 18 Aug 2018 11:23:25 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 439c14ab fix typo
439c14ab is described below

commit 439c14ab00572618669686a339bb88d81256e19b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Aug 18 11:23:22 2018 +0200

    fix typo
---
 src/testzzuf/test_long_header.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testzzuf/test_long_header.c b/src/testzzuf/test_long_header.c
index de35b58a..63555d50 100644
--- a/src/testzzuf/test_long_header.c
+++ b/src/testzzuf/test_long_header.c
@@ -228,7 +228,7 @@ main (int argc, char *const *argv)
   const char *sl;
 
   sl = strrchr (argv[0], (int) '/');
-    oneone = (NULL != sl) ? (NULL != strstr (sl), "11")) : 0;
+  oneone = (NULL != sl) ? (NULL != strstr (sl, "11")) : 0;
   if (0 != curl_global_init (CURL_GLOBAL_WIN32))
     return 2;
   errorCount += testLongUrlGet ();

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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