* src/eitd/sectionsd.cpp: Calling function 'Sleep()' restored

This commit is contained in:
micha-bbg
2013-02-21 06:12:23 +01:00
parent 5a4722ab84
commit 9be5730183

View File

@@ -1365,7 +1365,9 @@ void CTimeThread::run()
if(!scanning)
sleep_time = 0;
real_pause();
#ifdef DEBUG_TIME_THREAD
#ifndef DEBUG_TIME_THREAD
Sleep();
#else
int rs = Sleep();
xprintf("%s: wakeup, running %d scanning %d channel %llx reason %d\n",
name.c_str(), running, scanning, current_service, rs);