Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 3, 2024
1 parent 484b259 commit b796def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ int main(int argc, argv_t* argv[]) {
printf("kkk %i\n", __LINE__);
cerror = m3u8httpclient_geterror(client);
printf("kkk %i\n", __LINE__);
err = clioptions_parse(&options, &argparser, &argument, client);
//err = clioptions_parse(&options, &argparser, &argument, client);
printf("kkk %i\n", __LINE__);
if (err != M3U8ERR_SUCCESS) {
goto end;
Expand Down

0 comments on commit b796def

Please sign in to comment.