From ceef7da05ed2c3eb374913b9f2bf38fb311da3cd Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 6 Jul 2024 23:48:33 -0300 Subject: [PATCH] a --- src/m3u8download.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m3u8download.c b/src/m3u8download.c index a9a97b0..4c8268a 100644 --- a/src/m3u8download.c +++ b/src/m3u8download.c @@ -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) {