libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 522d6ec0c1244508b9290138ab16f922e7ec9fb7
parent 64e88643d14e66ff6fc241bc2de433100078efc1
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 13 May 2025 12:33:26 +0200

-fix typo

Diffstat:
Msrc/examples2/demo.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples2/demo.c b/src/examples2/demo.c @@ -1283,7 +1283,7 @@ main (int argc, if ( (argc != 2) || (1 != sscanf (argv[1], - "%u%d", + "%u%c", &port, &dummy)) || (UINT16_MAX < port) )