X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=fuse%2Fmain.c;h=cd02599f338a1803001fd98ff53fcb2f30271d13;hb=36a79d4309268cf7f5b2871e6a6c6b0e1c78839f;hp=53bafc1e7a2afc5df0c3affc5c97f61f66e61f24;hpb=d5bd92bea6d343fa4ae38b2428a80c0be2a5af0a;p=android-x86%2Fexternal-exfat.git diff --git a/fuse/main.c b/fuse/main.c index 53bafc1..cd02599 100644 --- a/fuse/main.c +++ b/fuse/main.c @@ -80,7 +80,7 @@ static int fuse_exfat_truncate(const char* path, off_t size) if (rc != 0) return rc; - rc = exfat_truncate(&ef, node, size); + rc = exfat_truncate(&ef, node, size, true); exfat_put_node(&ef, node); return rc; }