scan-setup: fix compiler warning (ISO C++ forbids converting a string constant to ‘char*’)

Origin commit data
------------------
Commit: 63b6321298
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-05-29 (Fri, 29 May 2020)

Origin message was:
------------------
- scan-setup: fix compiler warning (ISO C++ forbids converting a string constant to ‘char*’)
This commit is contained in:
vanhofen
2020-05-29 00:44:16 +02:00
parent 988272a3cf
commit 682fbe5a61

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