gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: eh, oops


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: eh, oops
Date: Wed, 01 Mar 2017 00:13:32 +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 13b340c41 eh, oops
13b340c41 is described below

commit 13b340c41157eb7d1d37e2d16058ce791a7c768e
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 1 00:13:29 2017 +0100

    eh, oops
---
 src/set/gnunet-service-set_union.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/set/gnunet-service-set_union.c 
b/src/set/gnunet-service-set_union.c
index f6737ba65..b5b602074 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -892,8 +892,8 @@ 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\n", "a");
-      fprintf (f, "%llu", (unsigned long long) diff);
+      FILE *f = fopen ("set.log", "a");
+      fprintf (f, "%llu\n", (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]