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:
[CST] Focus
2014-11-20 14:40:19 +03:00
parent d60017f32b
commit c013466b17

View File

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