mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
GUI_MSG bug fixed - thanx Attila Kinali
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1810 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c880874da3
commit
7492504ebb
@ -697,7 +697,7 @@ play_next_file:
|
||||
if (dvd_auth_device) {
|
||||
// if (dvd_auth(dvd_auth_device,f)) {
|
||||
if (dvd_auth(dvd_auth_device,filename)) {
|
||||
GUI_MSG( mplErrorDVDAuth )
|
||||
mp_msg(MSGT_CPLAYER,MSGL_FATAL,"Error in DVD auth...\n");
|
||||
exit_player(MSGTR_Exit_error);
|
||||
}
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_DVDauthOk);
|
||||
|
Loading…
Reference in New Issue
Block a user