mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CScanSettings: convert char[...] configuration values to std::string
This commit is contained in:
@@ -80,7 +80,7 @@ class CScanTs : public CMenuTarget
|
||||
void prev_next_TP(bool);
|
||||
TP_params TP;
|
||||
int deltype;
|
||||
char * pname;
|
||||
std::string pname;
|
||||
|
||||
public:
|
||||
CScanTs(int dtype = FE_QPSK);
|
||||
|
Reference in New Issue
Block a user