[MPlayer-cvslog] r25067 - trunk/stream/stream_dvd.c
reimar
subversion at mplayerhq.hu
Sat Nov 17 19:23:46 CET 2007
Author: reimar
Date: Sat Nov 17 19:23:46 2007
New Revision: 25067
Log:
Do not print Ok message when setting speed limit failed
Modified:
trunk/stream/stream_dvd.c
Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c (original)
+++ trunk/stream/stream_dvd.c Sat Nov 17 19:23:46 2007
@@ -116,7 +116,7 @@ static void dvd_set_speed(char *device,
if (ioctl(fd, SG_IO, &sghdr) < 0) {
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitFail);
- }
+ } else
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitOk);
#endif
}
More information about the MPlayer-cvslog
mailing list