mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -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);
|
//printf("[neutrino] EVT_ZAP current %llx data %llx\n", current_channel_id, *(t_channel_id *)data);
|
||||||
g_InfoViewer->chanready = 1;
|
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) {
|
if ((*(t_channel_id *)data) != current_channel_id) {
|
||||||
t_channel_id new_id = *(t_channel_id *)data;
|
t_channel_id new_id = *(t_channel_id *)data;
|
||||||
CZapitChannel* channel = CServiceManager::getInstance()->FindChannel(new_id);
|
CZapitChannel* channel = CServiceManager::getInstance()->FindChannel(new_id);
|
||||||
|
Reference in New Issue
Block a user