From b19573bcc57ce7db205f89baf8e0c59b0ae11031 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 1 May 2023 15:44:34 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20build=20pt2=20(forgor=20this=20too=20?= =?UTF-8?q?=F0=9F=92=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/main/xtreme_app/xtreme_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/xtreme_app/xtreme_app.c b/applications/main/xtreme_app/xtreme_app.c index 27091ac67..57706233e 100644 --- a/applications/main/xtreme_app/xtreme_app.c +++ b/applications/main/xtreme_app/xtreme_app.c @@ -189,7 +189,7 @@ XtremeApp* xtreme_app_alloc() { File* folder = storage_file_alloc(storage); FileInfo info; char* name = malloc(XTREME_ASSETS_PACK_NAME_LEN); - if(storage_dir_open(folder, PACKS_DIR)) { + if(storage_dir_open(folder, XTREME_ASSETS_PATH)) { while(storage_dir_read(folder, &info, name, XTREME_ASSETS_PACK_NAME_LEN)) { if(info.flags & FSF_DIRECTORY) { char* copy = malloc(XTREME_ASSETS_PACK_NAME_LEN);