aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gopher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gopher.c b/lib/gopher.c
index 5451b2d9f..aa9c45b0e 100644
--- a/lib/gopher.c
+++ b/lib/gopher.c
@@ -134,7 +134,8 @@ static CURLcode gopher_do(struct connectdata *conn, bool *done)
sel = (char *)"";
else {
char *newp;
- int i, j, len;
+ size_t j, i;
+ int len;
/* Otherwise, drop / and the first character (i.e., item type) ... */
newp = path;