temporary fix CFileHelpers.copyFile() syntax

Origin commit data
------------------
Branch: ni/coolstream
Commit: 81d9b2b027
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-05 (Mon, 05 Sep 2016)

Origin message was:
------------------
- temporary fix CFileHelpers.copyFile() syntax

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-09-05 13:30:56 +02:00
parent c115b84df2
commit 3b1396370a
4 changed files with 4 additions and 4 deletions

View File

@@ -1270,7 +1270,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
picname = imdb->getFilename(channel, epgData.eventID);
CFileHelpers fh;
if (!fh.copyFile(imdb->posterfile.c_str(), picname.c_str()))
if (!fh.copyFile(imdb->posterfile.c_str(), picname.c_str(), 644))
perror( "IMDb: error copy file" );
sleep(2);