libmicrohttpd

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

commit 439c14ab00572618669686a339bb88d81256e19b
parent dca675afab5776e17f9a37b891a70cd0d97d76f1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Aug 2018 11:23:22 +0200

fix typo

Diffstat:
Msrc/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 @@ -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 ();