mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
src/daemonc/remotecontrol.cpp: fix possible code errors
code should be UTF8
This commit is contained in:
@@ -159,7 +159,7 @@ int CRemoteControl::handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data
|
||||
{
|
||||
//printf("[neutrino] EVT_ZAP current %llx data %llx\n", current_channel_id, *(t_channel_id *)data);
|
||||
g_InfoViewer->chanready = 1;
|
||||
// warte auf keine Meldung vom ZAPIT -> jemand anderer hat das zappen ausgel<65>st...
|
||||
// wait for no message from ZAPIT -> someone else has triggered zapping
|
||||
if ((*(t_channel_id *)data) != current_channel_id) {
|
||||
t_channel_id new_id = *(t_channel_id *)data;
|
||||
CZapitChannel* channel = CServiceManager::getInstance()->FindChannel(new_id);
|
||||
@@ -514,7 +514,7 @@ void CRemoteControl::processAPIDnames()
|
||||
std::string tmp_desc = current_PIDs.APIDs[count].desc;
|
||||
if ( tmp_desc.size() == 3 )
|
||||
{
|
||||
// unaufgeloeste Sprache...
|
||||
// unresolved language
|
||||
tmp_desc = iso;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user