mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01: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) {
|
||||
tempEncoder.level = emp->level;
|
||||
tempEncoder.rdsgen = emp->rdsgen;
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
file = fopen(encoderPath, "wb");
|
||||
|
||||
Reference in New Issue
Block a user