mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
This commit is contained in:
@@ -45,8 +45,10 @@ class CNFSMountGui : public CMenuTarget
|
||||
int menu();
|
||||
int menuEntry(int nr);
|
||||
|
||||
char m_entry[NETWORK_NFS_NR_OF_ENTRIES][200];
|
||||
char ISO_8859_1_entry[NETWORK_NFS_NR_OF_ENTRIES][200];
|
||||
std::string m_entry[NETWORK_NFS_NR_OF_ENTRIES];
|
||||
std::string ISO_8859_1_entry[NETWORK_NFS_NR_OF_ENTRIES];
|
||||
|
||||
std::string getEntryString(int i);
|
||||
|
||||
CMenuWidget *mountMenuWPtr;
|
||||
int menu_offset;
|
||||
|
Reference in New Issue
Block a user