From d60192bbfe69cb3d8e36afaf459f72bb9fa4d288 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2011 22:44:49 +0000 Subject: -LRN: utf8-ization, #2051 --- src/util/test_container_bloomfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/test_container_bloomfilter.c') 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[]) GNUNET_log_setup ("test-container-bloomfilter", "WARNING", NULL); GNUNET_CRYPTO_seed_weak_random (1); - if (0 == stat (TESTFILE, &sbuf)) + if (0 == STAT (TESTFILE, &sbuf)) if (0 != UNLINK (TESTFILE)) GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "unlink", TESTFILE); bf = GNUNET_CONTAINER_bloomfilter_load (TESTFILE, SIZE, K); -- cgit v1.2.3