mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
scanait: make compil happy.
This commit is contained in:
@@ -223,7 +223,7 @@ bool CAit::Parse()
|
|||||||
}
|
}
|
||||||
if(!hbbtvUrl.empty())
|
if(!hbbtvUrl.empty())
|
||||||
{
|
{
|
||||||
printf("[ait] detected AppID: %d, AppName: %s, Url: %s\n", appid, applicationName.c_str(), hbbtvUrl.c_str());
|
printf("[ait] detected AppID: %d, AppName: %s, Url: %s profilecode: %i orgid: %i sectionLength: %i profileVersion %i\n", appid, applicationName.c_str(), hbbtvUrl.c_str(),profilecode,orgid,sectionLength,profileVersion);
|
||||||
if (pFile)
|
if (pFile)
|
||||||
{
|
{
|
||||||
fprintf(pFile, "AppID: %d, AppName: %s, Url: %s\n", appid, applicationName.c_str(), hbbtvUrl.c_str());
|
fprintf(pFile, "AppID: %d, AppName: %s, Url: %s\n", appid, applicationName.c_str(), hbbtvUrl.c_str());
|
||||||
|
Reference in New Issue
Block a user