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 85482e1 commit 261f5fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ int main(int argc, argv_t* argv[]) {
#if !defined(__HAIKU__)
status = (
#if defined(_WIN32)
!is_wine() && is_administrator()
!is_wine() &&
#endif
is_administrator()
);

if (status) {
Expand Down Expand Up @@ -194,7 +195,7 @@ int main(int argc, argv_t* argv[]) {

cerror = m3u8httpclient_geterror(client);

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

if (err != M3U8ERR_SUCCESS) {
goto end;
Expand Down

0 comments on commit 261f5fa

Please sign in to comment.