mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: a1baacc7d4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-26 (Mon, 26 Jun 2017)
This commit is contained in:
@@ -308,7 +308,7 @@ bool timerd_parse_command(CBasicMessage::Header &rmsg, int connfd)
|
||||
CBasicServer::receive_data(connfd, &recInfo, sizeof(CTimerd::TransferRecordingInfo));
|
||||
if(recInfo.recordingSafety)
|
||||
{
|
||||
int pre,post;
|
||||
int pre = 0,post = 0;
|
||||
CTimerManager::getInstance()->getRecordingSafety(pre,post);
|
||||
msgAddTimer.announceTime -= pre;
|
||||
msgAddTimer.alarmTime -= pre;
|
||||
|
@@ -1359,7 +1359,7 @@ bool CTimerEvent_Record::adjustToCurrentEPG()
|
||||
CChannelEventList evtlist;
|
||||
CEitManager::getInstance()->getEventsServiceKey(eventInfo.channel_id, evtlist);
|
||||
|
||||
int pre, post;
|
||||
int pre = 0, post = 0;
|
||||
CTimerManager::getInstance()->getRecordingSafety(pre, post);
|
||||
|
||||
time_t _announceTime = announceTime;
|
||||
|
Reference in New Issue
Block a user