[MPlayer-cvslog] r38108 - trunk/stream/dvb_tune.c
reimar
subversion at mplayerhq.hu
Sun May 6 20:12:32 EEST 2018
Author: reimar
Date: Sun May 6 20:12:31 2018
New Revision: 38108
Log:
Minor spelling fix.
Fix from Debian, by Mateusz Lukasik <mati75 at linuxmint pl>
Modified:
trunk/stream/dvb_tune.c
Modified: trunk/stream/dvb_tune.c
==============================================================================
--- trunk/stream/dvb_tune.c Sun May 6 02:15:14 2018 (r38107)
+++ trunk/stream/dvb_tune.c Sun May 6 20:12:31 2018 (r38108)
@@ -386,7 +386,7 @@ static int tune_it(int fd_frontend, int
mp_msg(MSGT_DEMUX, MSGL_V, "tuning DVB-S to Freq: %u, Pol: %c Srate: %d, 22kHz: %s, LNB: %d\n",freq,pol,srate,hi_lo ? "on" : "off", diseqc);
if(do_diseqc(dfd, diseqc, (pol == 'V' ? 1 : 0), hi_lo) == 0)
- mp_msg(MSGT_DEMUX, MSGL_V, "DISEQC SETTING SUCCEDED\n");
+ mp_msg(MSGT_DEMUX, MSGL_V, "DISEQC SETTING SUCCEEDED\n");
else
{
mp_msg(MSGT_DEMUX, MSGL_ERR, "DISEQC SETTING FAILED\n");
More information about the MPlayer-cvslog
mailing list