diff options
Diffstat (limited to 'src/libventi')
-rw-r--r-- | src/libventi/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libventi/file.c b/src/libventi/file.c index 7c245fc2..89b307c6 100644 --- a/src/libventi/file.c +++ b/src/libventi/file.c @@ -86,6 +86,7 @@ vtfilealloc(VtCache *c, VtBlock *b, VtFile *p, u32int offset, int mode) r->c = c; r->mode = mode; r->dsize = e.dsize; + r->psize = e.psize; r->gen = e.gen; r->dir = (e.type & VtTypeBaseMask) == VtDirType; r->ref = 1; |