diff --git a/applications/main/subghz/subghz_history.c b/applications/main/subghz/subghz_history.c index ddd00a7e4..e8d3acfd7 100644 --- a/applications/main/subghz/subghz_history.c +++ b/applications/main/subghz/subghz_history.c @@ -123,7 +123,7 @@ void subghz_history_clear_tmp_dir(SubGhzHistory* instance) { } // Stage 2 - create dir if necessary - res = !storage_simply_mkdir(instance->storage, SUBGHZ_HISTORY_TMP_DIR); + res = storage_simply_mkdir(instance->storage, SUBGHZ_HISTORY_TMP_DIR); if(!res) { FURI_LOG_E(TAG, "Cannot process temp dir!"); }