Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 22, 2024
1 parent 60b134f commit 7b97117
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/urlparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ SEXP R_parse_url(SEXP url) {
SET_VECTOR_ELT(out, 6, get_field(h, CURLUPART_FRAGMENT, CURLUE_NO_FRAGMENT));
SET_VECTOR_ELT(out, 7, get_field(h, CURLUPART_USER, CURLUE_NO_USER));
SET_VECTOR_ELT(out, 8, get_field(h, CURLUPART_PASSWORD, CURLUE_NO_PASSWORD));
SET_VECTOR_ELT(out, 9, get_field(h, CURLUPART_OPTIONS, CURLUE_NO_OPTIONS));
curl_url_cleanup(h);
Rf_setAttrib(out, R_NamesSymbol, make_url_names());
UNPROTECT(1);
Expand Down

0 comments on commit 7b97117

Please sign in to comment.