mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
fix pointer
This commit is contained in:
@@ -481,8 +481,8 @@ void init_rds_encoder(RDSEncoder* enc) {
|
|||||||
strcpy((char *)enc->data[enc->program].ps, "* RDS * ");
|
strcpy((char *)enc->data[enc->program].ps, "* RDS * ");
|
||||||
enc->data[enc->program].rt1_enabled = 1;
|
enc->data[enc->program].rt1_enabled = 1;
|
||||||
|
|
||||||
memset(enc->data[enc->program]->rt1, ' ', 64);
|
memset(enc->data[enc->program].rt1, ' ', 64);
|
||||||
enc->data[enc->program]->rt1[0] = '\r';
|
enc->data[enc->program].rt1[0] = '\r';
|
||||||
|
|
||||||
enc->state[enc->program].rt_ab = 1;
|
enc->state[enc->program].rt_ab = 1;
|
||||||
enc->state[enc->program].ptyn_ab = 1;
|
enc->state[enc->program].ptyn_ab = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user