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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9be5730183
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-02-21 (Thu, 21 Feb 2013)

Origin message was:
------------------
* src/eitd/sectionsd.cpp: Calling function 'Sleep()' restored

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-02-21 06:12:23 +01:00
parent a8bb955813
commit 85eb0ab46b

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);