mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Update namechangersrv.c
This commit is contained in:
@@ -110,7 +110,7 @@ void namechanger_on_system_start() {
|
|||||||
string_strim(data);
|
string_strim(data);
|
||||||
FURI_LOG_I(TAG, "data: %s", data);
|
FURI_LOG_I(TAG, "data: %s", data);
|
||||||
|
|
||||||
if(!string_size(data)) {
|
if(!furi_string_size(data)) {
|
||||||
//Empty file - get default name and write to file.
|
//Empty file - get default name and write to file.
|
||||||
FlipperFormat* file = flipper_format_file_alloc(storage);
|
FlipperFormat* file = flipper_format_file_alloc(storage);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user