From 7492504ebb70021529ee0484ae908cd5f6f4b76c Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 31 Aug 2001 21:06:20 +0000 Subject: [PATCH] GUI_MSG bug fixed - thanx Attila Kinali git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1810 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index 2dbe005d58..869482b03a 100644 --- a/mplayer.c +++ b/mplayer.c @@ -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);