aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:59:45 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:59:45 +0200
commitd07fba1140760a4652e0acce0ad3cfd854da984e (patch)
tree7aa004794b6a9aed1a034da095ef2765d498c71d /src/peerstore
parentb089b3c07cb9a38f18e58225d93e1335f24ced17 (diff)
downloadgnunet-d07fba1140760a4652e0acce0ad3cfd854da984e.tar.gz
gnunet-d07fba1140760a4652e0acce0ad3cfd854da984e.zip
more warnings
Diffstat (limited to 'src/peerstore')
-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