mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
src/eitd/sectionsd.cpp fix compil unused variable 'rs'
Origin commit data
------------------
Commit: 1df14bd8af
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-02-20 (Wed, 20 Feb 2013)
This commit is contained in:
@@ -1365,8 +1365,8 @@ void CTimeThread::run()
|
|||||||
if(!scanning)
|
if(!scanning)
|
||||||
sleep_time = 0;
|
sleep_time = 0;
|
||||||
real_pause();
|
real_pause();
|
||||||
int rs = Sleep();
|
|
||||||
#ifdef DEBUG_TIME_THREAD
|
#ifdef DEBUG_TIME_THREAD
|
||||||
|
int rs = Sleep();
|
||||||
xprintf("%s: wakeup, running %d scanning %d channel %llx reason %d\n",
|
xprintf("%s: wakeup, running %d scanning %d channel %llx reason %d\n",
|
||||||
name.c_str(), running, scanning, current_service, rs);
|
name.c_str(), running, scanning, current_service, rs);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user