mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
network_setup.cpp: fix -Wformat-overflow warning
This commit is contained in:
@@ -796,7 +796,7 @@ int CNetworkSetup::showWlanList()
|
||||
CMenuWidget wlist(LOCALE_MAINSETTINGS_NETWORK, NEUTRINO_ICON_NETWORK, width);
|
||||
wlist.addIntroItems(LOCALE_NETWORKMENU_SSID_SCAN); //intros
|
||||
|
||||
char cnt[5];
|
||||
char cnt[10];
|
||||
int select = -1;
|
||||
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&select);
|
||||
|
||||
|
Reference in New Issue
Block a user