neutrino/femanager: fix format string warnings

Origin commit data
------------------
Commit: 4bb8fd218a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-12 (Sun, 12 May 2013)
This commit is contained in:
Stefan Seyfried
2013-05-12 17:26:00 +02:00
committed by Jacek Jendrzej
parent 51c2ae9988
commit 9f26782859
2 changed files with 5 additions and 5 deletions

View File

@@ -1302,7 +1302,7 @@ void CNeutrinoApp::channelsInit(bool bOnly)
CBouquet* hdBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_HDTV), false, true);
hdBouquet->channelList->SetChannelList(&zapitList);
TVallList->Bouquets.push_back(hdBouquet);
printf("[neutrino] got %d HD channels\n", zapitList.size()); fflush(stdout);
printf("[neutrino] got %d HD channels\n", (int)zapitList.size()); fflush(stdout);
}
}
/* new channels */