This commit is contained in:
RogueMaster
2022-10-07 02:40:45 -04:00
parent f18ae0927d
commit ac387f51cc
4 changed files with 9 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ void namechanger_on_system_start() {
furi_string_free(name);
} else {
//set name from file
furi_hal_version_set_custom_name(string_get_cstr(data));
furi_hal_version_set_custom_name(furi_string_get_cstr(data));
}
}