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 c6c85d8 commit 2ac13a1
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 @@ -157,7 +157,7 @@ int main(int argc, argv_t* argv[]) {
!is_wine() && is_administrator()
#endif
);
printf("%i\n", is_wine());

if (status) {
err = M3U8ERR_CLI_PRIVILEGED_PROCESS_UNALLOWED;
goto end;
Expand All @@ -167,7 +167,7 @@ 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);

downloaded_streams.size = sizeof(*downloaded_streams.items) * M3U8_STREAM_MAX_SELECTED;
Expand Down

0 comments on commit 2ac13a1

Please sign in to comment.