mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
neutrino: fix file locations. use the predetermined CONFIGDIR instead of hardcoding paths.
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