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:
165ada0
)
comment out because of compile error
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:00:03 +0000
(08:00 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:00:03 +0000
(08:00 +0000)
src/monkey/gnunet-monkey.c
patch
|
blob
|
history
diff --git
a/src/monkey/gnunet-monkey.c
b/src/monkey/gnunet-monkey.c
index ff1317f617e9f5b0785e64fa8850aac60c3a01d5..34260177429cf7d4f1e2e5a1886227e9b69789c4 100644
(file)
--- a/
src/monkey/gnunet-monkey.c
+++ b/
src/monkey/gnunet-monkey.c
@@
-59,7
+59,7
@@
static void dumpText(const char* message)
{
FILE* file = fopen(dumpFileName, "w");
GNUNET_assert(NULL != file);
- fprintf(file, message);
+ /* FIXME: fprintf(file, message); */
fclose(file);
}