mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
cam_menu: fix compiler warning (too many arguments for format)
Origin commit data
------------------
Branch: ni/coolstream
Commit: fab366aee3
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-19 (Sun, 19 Jan 2020)
Origin message was:
------------------
- cam_menu: fix compiler warning (too many arguments for format)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -642,7 +642,7 @@ bool CCAMMenuHandler::changeNotify(const neutrino_locale_t OptionName, void * Da
|
||||
int enabled = *(int *) Data;
|
||||
if (!enabled) {
|
||||
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||
printf("CCAMMenuHandler::changeNotify: clear saved pincode[i]\n", i);
|
||||
printf("CCAMMenuHandler::changeNotify: clear saved pincode[%d]\n", i);
|
||||
g_settings.ci_pincode[i].clear();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user