From bafe3dc3c608fcbf029fce55089a692629f7d810 Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Sun, 6 Nov 2022 10:07:34 -0500 Subject: [PATCH] Update archive_scene_browser.c --- .../main/archive/scenes/archive_scene_browser.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/main/archive/scenes/archive_scene_browser.c b/applications/main/archive/scenes/archive_scene_browser.c index 4eca0218e..de8f83200 100644 --- a/applications/main/archive/scenes/archive_scene_browser.c +++ b/applications/main/archive/scenes/archive_scene_browser.c @@ -74,14 +74,14 @@ static void archive_run_in_app(ArchiveBrowserView* browser, ArchiveFile_t* selec strcpy(result, tmpType); strcat(result, furi_string_get_cstr(selected->path)); status = loader_start(loader, "Applications", result); - } else if(strcmp(flipper_app_name[selected->type], "125 kHz RFID") == 0) { - char* tmpType = "/ext/apps/Main/lfrfid.fap¯"; - char* result = - malloc(strlen(tmpType) + strlen(furi_string_get_cstr(selected->path)) + 1); + // } else if(strcmp(flipper_app_name[selected->type], "125 kHz RFID") == 0) { + // char* tmpType = "/ext/apps/Main/lfrfid.fap¯"; + // char* result = + // malloc(strlen(tmpType) + strlen(furi_string_get_cstr(selected->path)) + 1); - strcpy(result, tmpType); - strcat(result, furi_string_get_cstr(selected->path)); - status = loader_start(loader, "Applications", result); + // strcpy(result, tmpType); + // strcat(result, furi_string_get_cstr(selected->path)); + // status = loader_start(loader, "Applications", result); } else if(strcmp(flipper_app_name[selected->type], "Infrared") == 0) { char* tmpType = "/ext/apps/Main/infrared.fap¯"; char* result =