mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 19:45:41 -04:00
dep/libcue: Mac build fix
This commit is contained in:
parent
2fb67ee7db
commit
c01d6ba44b
@ -2241,7 +2241,7 @@ static void yy_load_buffer_state (void)
|
|||||||
b->yy_bs_column = 0;
|
b->yy_bs_column = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
b->yy_is_interactive = 0;
|
||||||
|
|
||||||
errno = oerrno;
|
errno = oerrno;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user