From 2c1c85eb1af68f3646ba685ffed608a284531e19 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 3 Oct 2018 18:01:22 +0200 Subject: [PATCH] src/daemonc/remotecontrol.cpp: fix possible code errors code should be UTF8 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/187acdccd93b77cf966be616c4570a78ffdfcccb Author: Thilo Graf Date: 2018-10-03 (Wed, 03 Oct 2018) ------------------ This commit was generated by Migit --- src/daemonc/remotecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemonc/remotecontrol.cpp b/src/daemonc/remotecontrol.cpp index dddcea460..7201ad01e 100644 --- a/src/daemonc/remotecontrol.cpp +++ b/src/daemonc/remotecontrol.cpp @@ -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ö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);