summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f68a361..bae3400 100644
--- a/main.c
+++ b/main.c
@@ -718,7 +718,7 @@ redirect(const char *line, const char *makefile)
char backup[ BUFSIZ ],
buf[ BUFSIZ ];
boolean found = FALSE;
- int len;
+ size_t len;
/*
* if makefile is "-" then let it pour onto stdout.