0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-12-22 22:07:00 +01:00
parent ad790b2852
commit 3241e320e3

View File

@@ -697,7 +697,7 @@ void init_rds_encoder(RDSEncoder* enc) {
for(int i = 0; i < PROGRAMS; i++) set_rds_defaults(enc, i); for(int i = 0; i < PROGRAMS; i++) set_rds_defaults(enc, i);
if (encoder_loadFromFile(enc)) { if (encoder_loadFromFile(enc)) {
printf("Encoder file will be reinitialized."); printf("Encoder file will be reinitialized.\n");
lua_on_init(); lua_on_init();
} }
encoder_saveToFile(enc); encoder_saveToFile(enc);