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 bbdd0a0 commit bd8a420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ int main(int argc, argv_t* argv[]) {
client = &stream.playlist.client;
printf("kkk %i\n", 8888);
err = m3u8httpclient_init(client);
printf("kkk %i\n", 9999);
printf("kkk %i %i\n", __LINE__, err);
if (err != M3U8ERR_SUCCESS) {
goto end;
}

printf("kkk %i\n", __LINE__);
cerror = m3u8httpclient_geterror(client);

err = clioptions_parse(&options, &argparser, &argument, client);
Expand Down

0 comments on commit bd8a420

Please sign in to comment.