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:
@@ -52,7 +52,7 @@ class CMountChooser : public CMenuWidget
|
||||
{
|
||||
private:
|
||||
int * index;
|
||||
char * localDir;
|
||||
std::string localDir;
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user