mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 08:49:15 +02:00
fix2
This commit is contained in:
@@ -23,6 +23,8 @@ void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option) {
|
|||||||
} else if (strcmp(option, "ALL") == 0) {
|
} else if (strcmp(option, "ALL") == 0) {
|
||||||
tempEncoder.level = emp->level;
|
tempEncoder.level = emp->level;
|
||||||
tempEncoder.rdsgen = emp->rdsgen;
|
tempEncoder.rdsgen = emp->rdsgen;
|
||||||
|
} else {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
file = fopen(encoderPath, "wb");
|
file = fopen(encoderPath, "wb");
|
||||||
|
|||||||
Reference in New Issue
Block a user