projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3ffc2
)
missing newline
author
Florian Dold
<florian.dold@gmail.com>
Tue, 28 Feb 2017 23:11:10 +0000
(
00:11
+0100)
committer
Florian Dold
<florian.dold@gmail.com>
Tue, 28 Feb 2017 23:11:10 +0000
(
00:11
+0100)
src/set/gnunet-service-set_union.c
patch
|
blob
|
history
diff --git
a/src/set/gnunet-service-set_union.c
b/src/set/gnunet-service-set_union.c
index 9ca9961ef99efb86649301874c33584dbe79ed19..f6737ba650859ad25672ebc23a7340850ab8b1d3 100644
(file)
--- 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);
}