mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
scan.cpp cam_menu.cpp fix Werror=format
Origin commit data
------------------
Branch: ni/coolstream
Commit: a48d8306ec
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -472,7 +472,7 @@ int CCAMMenuHandler::doMenu(int slot, CA_SLOT_TYPE slotType)
|
||||
g_Locale->getText(slotType == CA_SLOT_TYPE_CI ? LOCALE_CI_WAITING : LOCALE_SC_WAITING));
|
||||
|
||||
g_RCInput->getMsgAbsoluteTimeout (&msg, &data, &timeoutEnd);
|
||||
printf("CCAMMenuHandler::doMenu: msg %x data %x\n", msg, data);
|
||||
printf("CCAMMenuHandler::doMenu: msg %lx data %lx\n", msg, data);
|
||||
if (msg == CRCInput::RC_timeout) {
|
||||
printf("CCAMMenuHandler::doMenu: menu timeout\n");
|
||||
hideHintBox();
|
||||
|
Reference in New Issue
Block a user