aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
commit3368e64ea2c577cc5e6d4274d00cf6ec1641e063 (patch)
treefc5f266f23a30092e086958f9042eb4e113d6621 /src/datastore
parent4c82e28a40c038caef74a1a08ab0df3257615c4b (diff)
downloadgnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.tar.gz
gnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.zip
-fixing compile errors in tests
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/test_plugin_datastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c
index ca894ff33..ea9e85d70 100644
--- a/src/datastore/test_plugin_datastore.c
+++ b/src/datastore/test_plugin_datastore.c
@@ -344,7 +344,7 @@ run (void *cls, char *const *args, const char *cfgfile,
344 if (api == NULL) 344 if (api == NULL)
345 { 345 {
346 FPRINTF (stderr, 346 FPRINTF (stderr,
347 "Could not initialize plugin, assuming database not configured. Test not run!\n", NULL); 347 "%s", "Could not initialize plugin, assuming database not configured. Test not run!\n");
348 return; 348 return;
349 } 349 }
350 crc = GNUNET_malloc (sizeof (struct CpsRunContext)); 350 crc = GNUNET_malloc (sizeof (struct CpsRunContext));