dep/libcue: Mac build fix

This commit is contained in:
Connor McLaughlin 2020-10-30 00:52:44 +10:00
parent 2fb67ee7db
commit c01d6ba44b
1 changed files with 1 additions and 1 deletions

View File

@ -2241,7 +2241,7 @@ static void yy_load_buffer_state (void)
b->yy_bs_column = 0;
}
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
b->yy_is_interactive = 0;
errno = oerrno;
}