gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: missing newline


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: missing newline
Date: Wed, 01 Mar 2017 00:11:13 +0100

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

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d129b74cf missing newline
d129b74cf is described below

commit d129b74cff8ef6126a9139bc1b22a5ca281e0d8c
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 1 00:11:10 2017 +0100

    missing newline
---
 src/set/gnunet-service-set_union.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/set/gnunet-service-set_union.c 
b/src/set/gnunet-service-set_union.c
index 9ca9961ef..f6737ba65 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -892,7 +892,7 @@ handle_p2p_strata_estimator (void *cls,
     set_debug = getenv ("GNUNET_SET_BENCHMARK");
     if ( (NULL != set_debug) && (0 == strcmp (set_debug, "1")) )
     {
-      FILE *f = fopen ("set.log", "a");
+      FILE *f = fopen ("set.log\n", "a");
       fprintf (f, "%llu", (unsigned long long) diff);
       fclose (f);
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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