From 1ac38c9f77665493da864dd630f2785daf35bba0 Mon Sep 17 00:00:00 2001 From: davidpanderson Date: Fri, 6 Dec 2024 23:23:28 -0800 Subject: [PATCH] bug fix --- client/app_start.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app_start.cpp b/client/app_start.cpp index 2011bc4394..328862a5f9 100644 --- a/client/app_start.cpp +++ b/client/app_start.cpp @@ -715,6 +715,7 @@ int ACTIVE_TASK::start() { fref = app_version->app_files[i]; fip = fref.file_info; if (fref.main_program) { + get_pathname(fip, file_path, sizeof(file_path)); safe_strcpy(exec_name, fip->name); safe_strcpy(exec_path, file_path); }