gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37707 - libmicrohttpd-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r37707 - libmicrohttpd-docs/WWW
Date: Fri, 12 Aug 2016 16:19:29 +0200

Author: grothoff
Date: 2016-08-12 16:19:29 +0200 (Fri, 12 Aug 2016)
New Revision: 37707

Modified:
   libmicrohttpd-docs/WWW/index.html
Log:
fix #4602

Modified: libmicrohttpd-docs/WWW/index.html
===================================================================
--- libmicrohttpd-docs/WWW/index.html   2016-08-12 11:37:09 UTC (rev 37706)
+++ libmicrohttpd-docs/WWW/index.html   2016-08-12 14:19:29 UTC (rev 37707)
@@ -288,7 +288,7 @@
                       MHD_OPTION_END);
   if (d == NULL)
     return 1;
-  (void) getc ();
+  (void) getc (stdin);
   MHD_stop_daemon(d);
   return 0;
 }




reply via email to

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