- 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:
svenhoefer
2020-05-29 00:44:16 +02:00
committed by Thilo Graf
parent 703bc0bd07
commit 170aaed311

View File

@@ -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