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 601b4dc commit c6c85d8
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 @@ -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 Down

0 comments on commit c6c85d8

Please sign in to comment.