Merge branch 'master' into pu/mp

This commit is contained in:
Jacek Jendrzej
2017-07-02 17:22:23 +02:00
8 changed files with 35 additions and 23 deletions

View File

@@ -1818,7 +1818,7 @@ int CTimerList::newTimer()
bool CTimerList::askUserOnRemoteTimerConflict(time_t announceTime, time_t stopTime, char * remotebox_name)
{
CTimerd::TimerList overlappingTimers;
int pre,post;
int pre = 0,post = 0;
Timer->getRecordingSafety(pre,post);
for (CTimerd::TimerList::iterator it = timerlist.begin(); it != timerlist.end();++it)