mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-31 09:19:15 +02:00
move enable ptyn from state to data
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ static void handle_rt1en(unsigned char *arg, RDSModulator* mod) {
|
||||
|
||||
static void handle_ptynen(unsigned char *arg, RDSModulator* mod) {
|
||||
arg[1] = 0;
|
||||
mod->enc->state[mod->enc->program].ptyn_enabled = strtoul((char *)arg, NULL, 10);
|
||||
mod->enc->data[mod->enc->program].ptyn_enabled = strtoul((char *)arg, NULL, 10);
|
||||
}
|
||||
|
||||
static void handle_rtprun(unsigned char *arg, RDSModulator* mod) {
|
||||
|
||||
Reference in New Issue
Block a user