1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

BFM demod: RDSTMC: use char* instead of std::string for constant array

This commit is contained in:
f4exb 2017-12-31 11:54:56 +01:00
parent ffa24cde9b
commit 0c39c9dfd3

View File

@ -27,7 +27,7 @@
* 2nd column: text (CEN-English) * 2nd column: text (CEN-English)
* 3rd column: event code (to be transmitted/received) * 3rd column: event code (to be transmitted/received)
* 4th column: quantifier type */ * 4th column: quantifier type */
static const std::string tmc_events[TMC_EVENTS][4] = { static const char *tmc_events[TMC_EVENTS][4] = {
{"0"," "," "," "}, {"0"," "," "," "},
{"1"," "," "," "}, {"1"," "," "," "},
{"2"," "," "," "}, {"2"," "," "," "},