mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/driver/rcinput.cpp
src/gui/audioplayer.cpp
src/gui/moviebrowser/mb.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: a58f2cc447
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -473,7 +473,7 @@ int CRCInput::addTimer(uint64_t Interval, bool oneshot, bool correct_time )
|
||||
|
||||
_newtimer.correct_time = correct_time;
|
||||
|
||||
printf("adding timer %d (0x%lu, 0x%lu)\n", _newtimer.id, _newtimer.times_out, Interval);
|
||||
//printf("adding timer %d (0x%" PRIx64 ", 0x%" PRIx64 ")\n", _newtimer.id, _newtimer.times_out, Interval);
|
||||
|
||||
std::vector<timer>::iterator e;
|
||||
for ( e= timers.begin(); e!= timers.end(); ++e )
|
||||
@@ -486,7 +486,7 @@ printf("adding timer %d (0x%lu, 0x%lu)\n", _newtimer.id, _newtimer.times_out, In
|
||||
|
||||
void CRCInput::killTimer(uint32_t &id)
|
||||
{
|
||||
printf("killing timer %d\n", id);
|
||||
//printf("killing timer %d\n", id);
|
||||
if(id == 0)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user