From c6c85d8542a63058710021731d2a5d6f90a0d01b Mon Sep 17 00:00:00 2001 From: Kartatz <105828205+Kartatz@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:35:18 -0300 Subject: [PATCH] Initial commit --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 567b2a0..33aaa74 100644 --- a/src/main.c +++ b/src/main.c @@ -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;