Update subghz_scene_read_raw.c

fix errors
This commit is contained in:
r3df0xx 2022-05-27 17:07:41 +03:00
parent 6171069802
commit a301db68b3

View File

@ -25,7 +25,7 @@ bool subghz_scene_read_raw_update_filename(SubGhz* subghz) {
break;
}
string_set_str(subghz->file_path, temp_str);
string_set_str(subghz->file_path, subghz->file_path_tmp);
ret = true;
} while(false);