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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/set/ibf.c b/src/set/ibf.c
index e96f03932..4aeebc365 100644
--- a/src/set/ibf.c
+++ b/src/set/ibf.c
@@ -262,7 +262,6 @@ ibf_write_slice (const struct InvertibleBloomFilter *ibf, uint32_t start, uint32
262 /* copy counts */ 262 /* copy counts */
263 count_dst = (struct IBF_Count *) key_hash_dst; 263 count_dst = (struct IBF_Count *) key_hash_dst;
264 memcpy (count_dst, ibf->count + start, count * sizeof *count_dst); 264 memcpy (count_dst, ibf->count + start, count * sizeof *count_dst);
265 count_dst += count;
266} 265}
267 266
268 267