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 4aeebc365..6fed31ac1 100644
--- a/src/set/ibf.c
+++ b/src/set/ibf.c
@@ -294,7 +294,6 @@ ibf_read_slice (const void *buf, uint32_t start, uint32_t count, struct Invertib
294 /* copy counts */ 294 /* copy counts */
295 count_src = (struct IBF_Count *) key_hash_src; 295 count_src = (struct IBF_Count *) key_hash_src;
296 memcpy (ibf->count + start, count_src, count * sizeof *count_src); 296 memcpy (ibf->count + start, count_src, count * sizeof *count_src);
297 count_src += count;
298} 297}
299 298
300 299