From 28942ead413418b56c5be78e8c4c400881fba72e Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 15 Dec 2011 16:40:16 +0000 Subject: 20111215-1640 --- liblogfs/is.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'liblogfs/is.c') diff --git a/liblogfs/is.c b/liblogfs/is.c index dfd6f95f..62920d33 100644 --- a/liblogfs/is.c +++ b/liblogfs/is.c @@ -1,4 +1,4 @@ -#include "lib9.h" +#include "logfsos.h" #include "logfs.h" #include "fcall.h" #include "local.h" @@ -206,7 +206,7 @@ printgroup(void *magic, Group *g) buf -= trim; if(ds->printoffset + ds->printn > ds->offset + ds->n) ds->printn = ds->offset + ds->n - ds->printoffset; - memcpy(buf, printbuf, ds->printn); + memmove(buf, printbuf, ds->printn); } /* * advance print position -- cgit v1.2.3