mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/infoviewer.cpp: fix shadow
Origin commit data
------------------
Branch: ni/coolstream
Commit: 036ef3399a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-30 (Tue, 30 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1367,11 +1367,11 @@ int CInfoViewer::handleMsg (const neutrino_msg_t msg, neutrino_msg_data_t data)
|
|||||||
return messages_return::unhandled;
|
return messages_return::unhandled;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CInfoViewer::sendNoEpg(const t_channel_id channel_id)
|
void CInfoViewer::sendNoEpg(const t_channel_id for_channel_id)
|
||||||
{
|
{
|
||||||
if (!virtual_zap_mode) {
|
if (!virtual_zap_mode) {
|
||||||
char *p = new char[sizeof(t_channel_id)];
|
char *p = new char[sizeof(t_channel_id)];
|
||||||
memcpy(p, &channel_id, sizeof(t_channel_id));
|
memcpy(p, &for_channel_id, sizeof(t_channel_id));
|
||||||
g_RCInput->postMsg (NeutrinoMessages::EVT_NOEPG_YET, (const neutrino_msg_data_t) p, false);
|
g_RCInput->postMsg (NeutrinoMessages::EVT_NOEPG_YET, (const neutrino_msg_data_t) p, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user