mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
infoviewer_bb: fix compiler warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 071c6aae7e
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Origin message was:
------------------
- infoviewer_bb: fix compiler warning
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -701,7 +701,7 @@ void CInfoViewerBB::showIcon_Tuner()
|
||||
}
|
||||
|
||||
char icon_name[12];
|
||||
snprintf(icon_name, sizeof(icon_name), "%s_%02d", NEUTRINO_ICON_TUNER, CFEManager::getInstance()->getLiveFE()->getNumber() + 1);
|
||||
snprintf(icon_name, sizeof(icon_name), "%s_%02u", NEUTRINO_ICON_TUNER, CFEManager::getInstance()->getLiveFE()->getNumber() + 1);
|
||||
|
||||
int w = 0, h = 0;
|
||||
if (!checkBBIcon(icon_name, &w, &h))
|
||||
|
Reference in New Issue
Block a user