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

code should be UTF8


Origin commit data
------------------
Branch: ni/coolstream
Commit: 187acdccd9
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-10-03 (Wed, 03 Oct 2018)



------------------
This commit was generated by Migit
This commit is contained in:
2018-10-03 18:01:22 +02:00
committed by vanhofen
parent 812588fb15
commit 2c1c85eb1a

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