gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 273/335: minimal_example2: flush output


From: gnunet
Subject: [libmicrohttpd] 273/335: minimal_example2: flush output
Date: Sat, 27 Jul 2024 22:02:49 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit 3ab8ad8424e09a81b1e351b313c8143a481a3950
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jul 22 13:48:33 2024 +0200

    minimal_example2: flush output
---
 src/examples/minimal_example2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/examples/minimal_example2.c b/src/examples/minimal_example2.c
index adc075db..ee354d1a 100644
--- a/src/examples/minimal_example2.c
+++ b/src/examples/minimal_example2.c
@@ -105,6 +105,7 @@ main (int argc,
     }
   }
   printf ("Stopping... ");
+  fflush (stdout);
   MHD_daemon_destroy (d);
   printf ("OK\n");
   return 0;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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