aboutsummaryrefslogtreecommitdiff
path: root/toys/other/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/truncate.c')
-rw-r--r--toys/other/truncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/truncate.c b/toys/other/truncate.c
index 7adeb62d..42ab69cb 100644
--- a/toys/other/truncate.c
+++ b/toys/other/truncate.c
@@ -26,7 +26,7 @@ config TRUNCATE
GLOBALS(
char *s;
- long size;
+ long long size;
int type;
)