aboutsummaryrefslogtreecommitdiff
path: root/src/set/ibf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/ibf.c')
-rw-r--r--src/set/ibf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/ibf.c b/src/set/ibf.c
index 1532afceb..0f7eb6a9f 100644
--- a/src/set/ibf.c
+++ b/src/set/ibf.c
@@ -294,7 +294,7 @@ ibf_write_slice (const struct InvertibleBloomFilter *ibf, uint32_t start,
294 struct IBF_KeyHash *key_hash_dst; 294 struct IBF_KeyHash *key_hash_dst;
295 struct IBF_Count *count_dst; 295 struct IBF_Count *count_dst;
296 296
297 GNUNET_assert (start + count <= ibf->size); 297 GNUNET_assert (start + count <= ibf->size);
298 298
299 /* copy keys */ 299 /* copy keys */
300 key_dst = (struct IBF_Key *) buf; 300 key_dst = (struct IBF_Key *) buf;