mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
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:
@@ -1084,7 +1084,7 @@ int CInfoViewerBB::check_ecmInfo()
|
||||
{
|
||||
int caid = 0;
|
||||
CFileHelpers fh;
|
||||
if (fh.copyFile("/tmp/ecm.info", "/tmp/ecm.info.tmp")) {
|
||||
if (fh.copyFile("/tmp/ecm.info", "/tmp/ecm.info.tmp", 644)) {
|
||||
g_InfoViewer->md5_ecmInfo = filehash((char *)"/tmp/ecm.info.tmp");
|
||||
caid = parse_ecmInfo("/tmp/ecm.info.tmp");
|
||||
}
|
||||
|
Reference in New Issue
Block a user