mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
Merge branch 'ni/cst-next' of bitbucket.org:neutrino-images/ni-neutrino-hd into ni/cst-next
Origin commit data
------------------
Commit: 96f8a61675
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-06-04 (Sat, 04 Jun 2016)
This commit is contained in:
@@ -816,7 +816,7 @@ void CInfoViewerBB::showIcon_CA_Status(int notfirst)
|
|||||||
{
|
{
|
||||||
//NI
|
//NI
|
||||||
int acaid = 0;
|
int acaid = 0;
|
||||||
if (g_settings.show_ecm)
|
if (g_settings.show_ecm && notfirst)
|
||||||
acaid = check_ecmInfo();
|
acaid = check_ecmInfo();
|
||||||
|
|
||||||
if (g_settings.infobar_casystem_display == 3){
|
if (g_settings.infobar_casystem_display == 3){
|
||||||
@@ -1152,7 +1152,7 @@ int CInfoViewerBB::parse_ecmInfo(const char * file)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fclose(fh);
|
fclose(fh);
|
||||||
remove("/tmp/ecm.info.tmp");
|
remove(file);
|
||||||
if(buffer)
|
if(buffer)
|
||||||
free(buffer);
|
free(buffer);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user