aboutsummaryrefslogtreecommitdiff
path: root/src/libventi
diff options
context:
space:
mode:
Diffstat (limited to 'src/libventi')
-rw-r--r--src/libventi/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libventi/file.c b/src/libventi/file.c
index 04605daf..8c9ecc6e 100644
--- a/src/libventi/file.c
+++ b/src/libventi/file.c
@@ -389,7 +389,7 @@ shrinksize(VtFile *r, VtEntry *e, uvlong size)
}
int
-vtfilesetsize(VtFile *r, uvlong size)
+vtfilesetsize(VtFile *r, u64int size)
{
int depth, edepth;
VtEntry e;