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 c08aa6e commit 7ff3b1a
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 @@ -354,7 +354,7 @@ static int m3u8download_pollqueue(
if (msg->msg != CURLMSG_DONE) {
continue;
}
puts("0");
//puts("0");
download = NULL;

for (index = 0; index < queue->offset; index++) {
Expand Down

0 comments on commit 7ff3b1a

Please sign in to comment.