Skip to content

Commit 242032b

Browse files
author
grothoff
committed
fix #2734
git-svn-id: https://gnunet.org/svn/libmicrohttpd@25935 140774ce-b5e7-0310-ab8b-a85725594a96
1 parent cde2cc8 commit 242032b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Tue Jan 29 21:27:56 CET 2013
2+
Make code work with PlibC 0.1.7 (which removed plibc_init_utf8).
3+
Only relevant for W32. Fixes #2734. -CG
4+
15
Sat Jan 26 21:26:48 CET 2013
26
Fixing regression introduced Jan 6 (test on data_size instead
37
of total_size. -CG

src/daemon/daemon.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ MHD_init ()
28362836
mhd_panic_cls = NULL;
28372837

28382838
#ifdef WINDOWS
2839-
plibc_init_utf8 ("GNU", "libmicrohttpd", 1);
2839+
plibc_init ("GNU", "libmicrohttpd");
28402840
#endif
28412841
#if HTTPS_SUPPORT
28422842
gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);

0 commit comments

Comments
 (0)