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