src/daemonc/remotecontrol.cpp: fix possible code errors

code should be UTF8
This commit is contained in:
2018-09-23 14:40:39 +02:00
parent ea10c4b8be
commit 8fc2db736a

View File

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