mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
scan.cpp cam_menu.cpp fix Werror=format
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