mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
fix pointer again
This commit is contained in:
@@ -400,7 +400,7 @@ void process_ascii_cmd(RDSModulator* mod, unsigned char *str) {
|
||||
char option[32] = {0};
|
||||
snprintf(option, sizeof(option), "%s", (const char*)str);
|
||||
saveToFile(mod->enc, option);
|
||||
Modulator_saveToFile(mod->params, option);
|
||||
Modulator_saveToFile(&mod->params, option);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user