X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b..5f2a1714d57cd1ae935cd20cd26ccf596acc7de6:/lib/dvb/scan.cpp diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index b6d0575b..4b31aada 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -13,8 +13,8 @@ #include #include -#define SCAN_eDebug(x...) -#define SCAN_eDebugNoNewLine(x...) +#define SCAN_eDebug(x...) eDebug(x) +#define SCAN_eDebugNoNewLine(x...) eDebugNoNewLine(x) DEFINE_REF(eDVBScan); @@ -104,6 +104,7 @@ RESULT eDVBScan::nextChannel() m_channel_state = iDVBChannel::state_idle; if (fe->tune(*m_ch_current)) { + return nextChannel(); m_event(evtFail); return -EINVAL; }