From: Matthias Wachs Date: Mon, 25 Oct 2010 08:00:03 +0000 (+0000) Subject: comment out because of compile error X-Git-Tag: initial-import-from-subversion-38251~19961 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f4710dfbd9dee1d379f662cee7b220c75f3eb684;p=oweals%2Fgnunet.git comment out because of compile error --- diff --git a/src/monkey/gnunet-monkey.c b/src/monkey/gnunet-monkey.c index ff1317f61..342601774 100644 --- 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); }