aboutsummaryrefslogtreecommitdiff
path: root/src/set/ibf.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-08-13 22:43:18 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-08-13 22:43:18 +0000
commitbf7b6c247be0ba01d3d644a919ae06ad45a44af4 (patch)
treea92d67c92d04b4bf88fafbc750e7853dc0067a46 /src/set/ibf.c
parent098f6abbf8ff222383d149dc592c088fea2c7ee5 (diff)
downloadgnunet-bf7b6c247be0ba01d3d644a919ae06ad45a44af4.tar.gz
gnunet-bf7b6c247be0ba01d3d644a919ae06ad45a44af4.zip
-dce
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