Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 29, 2024
1 parent e33cd7a commit 557ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m3u8download.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static int m3u8download_addqueue(
goto end;
}

code = curl_easy_setopt(source.curl, CURLOPT_ERRORBUFFER, download.error.message);
code = curl_easy_setopt(source.curl, CURLOPT_ERRORBUFFER, source.error.message);

if (code != CURLE_OK) {
err = M3U8ERR_CURL_SETOPT_FAILURE;
Expand Down

0 comments on commit 557ae78

Please sign in to comment.