aboutsummaryrefslogtreecommitdiff
path: root/src/set/ibf.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-08-13 22:42:38 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-08-13 22:42:38 +0000
commit098f6abbf8ff222383d149dc592c088fea2c7ee5 (patch)
treea7cfaf1ef5b400d3a80733a5ff39c8d8baf44761 /src/set/ibf.c
parent89ec7458ef0a7f36ab46cae7d2161dd2006633dd (diff)
downloadgnunet-098f6abbf8ff222383d149dc592c088fea2c7ee5.tar.gz
gnunet-098f6abbf8ff222383d149dc592c088fea2c7ee5.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 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