fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 08:47:12 +0000 (08:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 08:47:12 +0000 (08:47 +0000)
src/fs/fs_publish.c

index a64f0d15ef973fe39c00a8cbf83b1d9dd6f95f12..721951970ef59f84a9365cb8b538e9960cdd9b12 100644 (file)
@@ -384,7 +384,7 @@ block_reader (void *cls,
       pt_size = GNUNET_MIN(max,
                           p->data.dir.dir_size - offset);
       dd = p->data.dir.dir_data;
-      memcpy (&buf,
+      memcpy (buf,
              &dd[offset],
              pt_size);
     }