Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 7, 2024
1 parent e66e8b5 commit ceef7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/m3u8download.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@ static int m3u8download_addqueue(
err = M3U8ERR_CURL_INIT_FAILURE;
goto end;
}

/*
code = curl_easy_setopt(download.curl, CURLOPT_VERBOSE, 0L);
if (code != CURLE_OK) {
err = M3U8ERR_CURL_SETOPT_FAILURE;
goto end;
}

*/
download.error.message = malloc(CURL_ERROR_SIZE);

if (download.error.message == NULL) {
Expand Down

0 comments on commit ceef7da

Please sign in to comment.