mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
neutrino.cpp: fix webtv_usr.xml check for adding by default
Origin commit data
------------------
Branch: ni/coolstream
Commit: 238ea8ccbd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-20 (Thu, 20 Nov 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -641,7 +641,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
std::string webtv_xml = configfile.getString("webtv_xml", WEBTV_XML);
|
std::string webtv_xml = configfile.getString("webtv_xml", WEBTV_XML);
|
||||||
if (!file_size(webtv_xml.c_str()))
|
if (file_size(webtv_xml.c_str()))
|
||||||
g_settings.webtv_xml.push_back(webtv_xml);
|
g_settings.webtv_xml.push_back(webtv_xml);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user