mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CKeyValue:: -fix get current name , fix -Wconversion in timerd
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2441171656
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-31 (Fri, 31 Jan 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1147,13 +1147,13 @@ CTimerEvent_Record::CTimerEvent_Record(CConfigFile *config, int iId):
|
||||
eventInfo.epgID = config->getInt64("EVENT_INFO_EPG_ID_"+id);
|
||||
dprintf("read EVENT_INFO_EPG_ID_%s %ld\n",id.c_str(),(long)eventInfo.epgID);
|
||||
|
||||
eventInfo.epg_starttime = config->getInt64("EVENT_INFO_EPG_STARTTIME_"+id);
|
||||
eventInfo.epg_starttime = (long int)config->getInt64("EVENT_INFO_EPG_STARTTIME_"+id);
|
||||
dprintf("read EVENT_INFO_EPG_STARTTIME_%s %ld\n",id.c_str(),(long)eventInfo.epg_starttime);
|
||||
|
||||
eventInfo.channel_id = config->getInt64("EVENT_INFO_CHANNEL_ID_"+id);
|
||||
dprintf("read EVENT_INFO_CHANNEL_ID_%s %ld\n",id.c_str(),(long)eventInfo.channel_id);
|
||||
|
||||
eventInfo.apids = config->getInt32("EVENT_INFO_APIDS_"+id);
|
||||
eventInfo.apids = (unsigned char)config->getInt32("EVENT_INFO_APIDS_"+id);
|
||||
dprintf("read EVENT_INFO_APIDS_%s 0x%X (%p)\n",id.c_str(),eventInfo.apids,&eventInfo.apids);
|
||||
|
||||
recordingDir = config->getString("REC_DIR_"+id);
|
||||
|
Reference in New Issue
Block a user