mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
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:
@@ -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