mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- scan-setup: fix compiler warning (ISO C++ forbids converting a string constant to ‘char*’)
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -72,7 +72,7 @@ extern char zapit_long[21];
|
||||
//sat_iterator_t sit;
|
||||
|
||||
#if BOXMODEL_VUPLUS
|
||||
static char * tuner_desc[24] = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X" };
|
||||
static const char * tuner_desc[24] = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X" };
|
||||
#endif
|
||||
|
||||
#define SCANTS_BOUQUET_OPTION_COUNT 3
|
||||
|
Reference in New Issue
Block a user