gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd2] 16/21: configure: minor check improvement


From: Admin
Subject: [libmicrohttpd2] 16/21: configure: minor check improvement
Date: Fri, 13 Jun 2025 23:38:24 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd2.

commit 41677cbcbd02f995f5e302ca0ec1de9d96e84d9b
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
AuthorDate: Fri Jun 13 21:14:59 2025 +0200

    configure: minor check improvement
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 14fc8de..4718c5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3929,10 +3929,10 @@ MHD_CHECK_FUNC([memmem],
 #include <string.h>
   ]],
   [[
-  const char *haystack = "abc";
+  const char *haystack = "abcd";
   size_t hslen = 3;
-  const char *needle = "b";
-  size_t needlelen = 1;
+  const char *needle = "bc";
+  size_t needlelen = 2;
 
   i][f ((haystack + 1) != memmem(haystack, hslen, needle, needlelen))
     return 3;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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