about summary refs log tree commit diff
path: root/Src/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/input.c')
-rw-r--r--Src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/input.c b/Src/input.c
index 6e62ce2c7..b4a6fe22d 100644
--- a/Src/input.c
+++ b/Src/input.c
@@ -406,7 +406,7 @@ stuff(char *fn)
 {
     FILE *in;
     char *buf;
-    int len;
+    off_t len;
 
     if (!(in = fopen(unmeta(fn), "r"))) {
 	zerr("can't open %s", fn, 0);