mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
network_setup.cpp: fix -Wformat-overflow warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 54679d1e92
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-24 (Fri, 24 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -825,7 +825,7 @@ int CNetworkSetup::showWlanList()
|
|||||||
CMenuWidget wlist(LOCALE_MAINSETTINGS_NETWORK, NEUTRINO_ICON_NETWORK, width);
|
CMenuWidget wlist(LOCALE_MAINSETTINGS_NETWORK, NEUTRINO_ICON_NETWORK, width);
|
||||||
wlist.addIntroItems(LOCALE_NETWORKMENU_SSID_SCAN); //intros
|
wlist.addIntroItems(LOCALE_NETWORKMENU_SSID_SCAN); //intros
|
||||||
|
|
||||||
char cnt[5];
|
char cnt[10];
|
||||||
int select = -1;
|
int select = -1;
|
||||||
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&select);
|
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&select);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user