diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-12-15 16:40:16 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-12-15 16:40:16 +0000 |
| commit | 28942ead413418b56c5be78e8c4c400881fba72e (patch) | |
| tree | cd646dce007974acc02e535a2c9ff800ada2b684 /liblogfs/is.c | |
| parent | 1eacf117f57c983da30e88f232fab9db7b1e300d (diff) | |
20111215-1640
Diffstat (limited to 'liblogfs/is.c')
| -rw-r--r-- | liblogfs/is.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
