mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 21:28:26 +02:00
neutrino: fix file locations. use the predetermined CONFIGDIR instead of hardcoding paths.
Origin commit data
------------------
Commit: 8dfa226920
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
This commit is contained in:
@@ -17,7 +17,7 @@ std::set<int> TransponderUseTwoCharMapping;
|
||||
|
||||
int readEncodingFile()
|
||||
{
|
||||
FILE *f = fopen("/var/tuxbox/config/encoding.conf", "rt");
|
||||
FILE *f = fopen(CONFIGDIR "/encoding.conf", "rt");
|
||||
if (f) {
|
||||
CountryCodeDefaultMapping.clear();
|
||||
TransponderDefaultMapping.clear();
|
||||
|
Reference in New Issue
Block a user