aboutsummaryrefslogtreecommitdiffstats
path: root/fs/tabfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tabfs.c')
-rw-r--r--fs/tabfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/tabfs.c b/fs/tabfs.c
index c1f3251..fd1a15d 100644
--- a/fs/tabfs.c
+++ b/fs/tabfs.c
@@ -377,7 +377,7 @@ static int tabfs_truncate(const char *path, off_t size) {
char *rdata;
size_t rsize;
exchange_json(&rdata, &rsize,
- "op: %Q, path: %Q, size: %d",
+ "op: %Q, path: %Q, size: %lld",
"truncate", path, size);
parse_and_free_response(rdata, rsize, "");