aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/plugin_peerstore_flat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/plugin_peerstore_flat.c')
-rw-r--r--src/peerstore/plugin_peerstore_flat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerstore/plugin_peerstore_flat.c b/src/peerstore/plugin_peerstore_flat.c
index 06e6c0b77..5efe9dddc 100644
--- a/src/peerstore/plugin_peerstore_flat.c
+++ b/src/peerstore/plugin_peerstore_flat.c
@@ -345,7 +345,7 @@ database_setup (struct Plugin *plugin)
345 struct GNUNET_DISK_FileHandle *fh; 345 struct GNUNET_DISK_FileHandle *fh;
346 struct GNUNET_PEERSTORE_Record *entry; 346 struct GNUNET_PEERSTORE_Record *entry;
347 struct GNUNET_HashCode hkey; 347 struct GNUNET_HashCode hkey;
348 size_t size; 348 uint64_t size;
349 char *buffer; 349 char *buffer;
350 char *line; 350 char *line;
351 351