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:
arpi 2001-08-31 21:06:20 +00:00
parent c880874da3
commit 7492504ebb
1 changed files with 1 additions and 1 deletions

View File

@ -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);