Loading lib/gopher.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib/gopher.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading