mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
rcinput: fix invalid narrowing cast
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c11b9f0f0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1176,7 +1176,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
|||||||
}
|
}
|
||||||
else if (emsg.initiatorID == CEventServer::INITID_NEUTRINO)
|
else if (emsg.initiatorID == CEventServer::INITID_NEUTRINO)
|
||||||
{
|
{
|
||||||
printf("CRCInput::getMsg_us: INITID_NEUTRINO: msg %x size %d data %x\n", (int) emsg.eventID, emsg.dataSize, (int) p);
|
printf("CRCInput::getMsg_us: INITID_NEUTRINO: msg %x size %d data %p\n", (int) emsg.eventID, emsg.dataSize, p);
|
||||||
if (emsg.eventID == NeutrinoMessages::EVT_HOTPLUG) {
|
if (emsg.eventID == NeutrinoMessages::EVT_HOTPLUG) {
|
||||||
printf("EVT_HOTPLUG: [%s]\n", (char *) p);
|
printf("EVT_HOTPLUG: [%s]\n", (char *) p);
|
||||||
*msg = emsg.eventID;
|
*msg = emsg.eventID;
|
||||||
|
Reference in New Issue
Block a user