From 1bf4e2d962d0d7937bb24799aaa636edc6497fa4 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 26 Aug 2005 06:08:28 +0000 Subject: Passes all tests, nearly ready for release. Signed-off-by: Neil Brown --- Grow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Grow.c') diff --git a/Grow.c b/Grow.c index 623daf3..91278e8 100644 --- a/Grow.c +++ b/Grow.c @@ -275,7 +275,7 @@ int Grow_addbitmap(char *devname, int fd, char *file, int chunk, int delay, int if (st->ss->load_super(st, fd2, &super, NULL)==0) { st->ss->add_internal_bitmap(st, super, chunk, delay, write_behind, - array.size); + &array.size, 0); st->ss->write_bitmap(st, fd2, super); } close(fd2); -- cgit