summaryrefslogtreecommitdiffstats
path: root/catman.c
diff options
context:
space:
mode:
Diffstat (limited to 'catman.c')
-rw-r--r--catman.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/catman.c b/catman.c
index 26a60215..bde01c10 100644
--- a/catman.c
+++ b/catman.c
@@ -380,7 +380,8 @@ manup(const struct manpaths *dirs, char *base)
char dst[MAXPATHLEN],
src[MAXPATHLEN];
const char *path;
- int i, c;
+ size_t i;
+ int c;
size_t sz;
FILE *f;