[Mplayer-cvslog] CVS: main mplayer.c,1.266,1.267
Arpi of Ize
arpi at mplayer.dev.hu
Fri Aug 31 23:06:22 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv12467
Modified Files:
mplayer.c
Log Message:
GUI_MSG bug fixed - thanx Attila Kinali
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- mplayer.c 31 Aug 2001 20:59:41 -0000 1.266
+++ mplayer.c 31 Aug 2001 21:06:20 -0000 1.267
@@ -697,7 +697,7 @@
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);
More information about the MPlayer-cvslog
mailing list