mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
try to fix segfault
This commit is contained in:
@@ -41,7 +41,7 @@ void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option) {
|
|||||||
perror("Error opening file");
|
perror("Error opening file");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
fwrite(&tempFile, sizeof(RDSModulatorParameters), 1, file);
|
fwrite(&tempFile, sizeof(RDSModulatorParametersFile), 1, file);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user