This commit is contained in:
davidpanderson 2024-12-06 23:23:28 -08:00
parent 8f36cddcb7
commit 1ac38c9f77
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}