libmicrohttpd2

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

commit ed94525891aa2735c0cb37793ba0d73d5da0070a
parent ca67c1bb9124dc0592284762aae1368dea5ae393
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Mon,  5 May 2025 02:42:17 +0200

Fixed build on modern Darwin

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

diff --git a/src/mhd2/mhd_mono_clock.c b/src/mhd2/mhd_mono_clock.c @@ -586,7 +586,7 @@ mhd_mclock_re_init (void) { if (mhd_MCLOCK_SOUCE_GET_TIME == mono_clock_source) { - if (! mclock_init_clock_get_time ()) + if (! mclock_init_clock_get_time (NULL)) /* Fallback to full initialisation */ mhd_mclock_init_once (); }