mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Merge branch 'uncool/dvbsi++' commit c6136d612f
Conflicts:
src/gui/widget/hintboxext.cpp
src/nhttpd/tuxboxapi/coolstream/controlapi.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: f8f5467fdb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-12-30 (Sun, 30 Dec 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -61,7 +61,7 @@ bool timerd_parse_command(CBasicMessage::Header &rmsg, int connfd)
|
||||
rspGetSleeptimer.eventID = 0;
|
||||
if (CTimerManager::getInstance()->listEvents(events))
|
||||
{
|
||||
for (pos = events.begin(); pos != events.end(); pos++)
|
||||
for (pos = events.begin(); pos != events.end(); ++pos)
|
||||
{
|
||||
printf("ID: %u type: %u\n",pos->second->eventID,pos->second->eventType);
|
||||
if(pos->second->eventType == CTimerd::TIMER_SLEEPTIMER)
|
||||
|
Reference in New Issue
Block a user