From: Florian Dold Date: Tue, 28 Feb 2017 23:11:10 +0000 (+0100) Subject: missing newline X-Git-Tag: taler-0.2.1~8^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d129b74cff8ef6126a9139bc1b22a5ca281e0d8c;p=oweals%2Fgnunet.git missing newline --- 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); }