Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 21, 2024
1 parent bde7285 commit 7a098e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curl.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static Rboolean rcurl_open(Rconnection con) {
massert(curl_multi_wait(req->manager, NULL, 0, 1000, &numfds));
if(pending_interrupt()) {
reset(con); //cleanup before jumping
assert_message(CURLE_ABORTED_BY_CALLBACK, "");
assert_message(CURLE_ABORTED_BY_CALLBACK, NULL);
}
massert(curl_multi_perform(req->manager, &(req->has_more)));
for(int msg = 1; msg > 0;){
Expand Down

0 comments on commit 7a098e2

Please sign in to comment.