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 2ac13a1 commit 55b4e1d
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 @@ -167,9 +167,9 @@ int main(int argc, argv_t* argv[]) {
if (resources_increase_maxfd() == -1) {
fprintf(stderr, "+ warning: could not increase max number of open file descriptors\n");
}
printf("kkk %i\n", is_wine());
signal_sethandler(SIGINT, &sigint_handler);

signal_sethandler(SIGINT, &sigint_handler);
printf("kkk %i\n", is_wine());
downloaded_streams.size = sizeof(*downloaded_streams.items) * M3U8_STREAM_MAX_SELECTED;
downloaded_streams.items = malloc(downloaded_streams.size);

Expand Down

0 comments on commit 55b4e1d

Please sign in to comment.