Loading lib/gopher.c +2 −2 Original line number Diff line number Diff line Loading @@ -106,8 +106,8 @@ static CURLcode gopher_do(struct connectdata *conn, bool *done) /* ... and finally unescape */ result = Curl_urldecode(data, newp, 0, &sel, &len, FALSE); if(!sel) return CURLE_OUT_OF_MEMORY; if(result) return result; sel_org = sel; } Loading Loading
lib/gopher.c +2 −2 Original line number Diff line number Diff line Loading @@ -106,8 +106,8 @@ static CURLcode gopher_do(struct connectdata *conn, bool *done) /* ... and finally unescape */ result = Curl_urldecode(data, newp, 0, &sel, &len, FALSE); if(!sel) return CURLE_OUT_OF_MEMORY; if(result) return result; sel_org = sel; } Loading