aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_bloomfilter.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 22:44:49 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 22:44:49 +0000
commitd60192bbfe69cb3d8e36afaf459f72bb9fa4d288 (patch)
tree5feadcb1dc083dc1dd166f31c101242db6c0567b /src/util/test_container_bloomfilter.c
parentf5a017ed63ee50feeefc6f0c2b28549aeca92ded (diff)
downloadgnunet-d60192bbfe69cb3d8e36afaf459f72bb9fa4d288.tar.gz
gnunet-d60192bbfe69cb3d8e36afaf459f72bb9fa4d288.zip
-LRN: utf8-ization, #2051
Diffstat (limited to 'src/util/test_container_bloomfilter.c')
-rw-r--r--src/util/test_container_bloomfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_container_bloomfilter.c b/src/util/test_container_bloomfilter.c
index aad6e99a4..f881bb367 100644
--- a/src/util/test_container_bloomfilter.c
+++ b/src/util/test_container_bloomfilter.c
@@ -69,7 +69,7 @@ main (int argc, char *argv[])
69 69
70 GNUNET_log_setup ("test-container-bloomfilter", "WARNING", NULL); 70 GNUNET_log_setup ("test-container-bloomfilter", "WARNING", NULL);
71 GNUNET_CRYPTO_seed_weak_random (1); 71 GNUNET_CRYPTO_seed_weak_random (1);
72 if (0 == stat (TESTFILE, &sbuf)) 72 if (0 == STAT (TESTFILE, &sbuf))
73 if (0 != UNLINK (TESTFILE)) 73 if (0 != UNLINK (TESTFILE))
74 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "unlink", TESTFILE); 74 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "unlink", TESTFILE);
75 bf = GNUNET_CONTAINER_bloomfilter_load (TESTFILE, SIZE, K); 75 bf = GNUNET_CONTAINER_bloomfilter_load (TESTFILE, SIZE, K);