Merge branch 'ni/cst-next' into ni/mp/cst-next

Conflicts:
	src/system/helpers.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: fda1cda516
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-06 (Tue, 06 Sep 2016)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-09-06 15:24:30 +02:00
23 changed files with 1035 additions and 53 deletions

View File

@@ -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");
}