1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-03 11:30:02 +00:00

Ensure run command is issued.

This commit is contained in:
Thomas Harte 2021-07-06 23:16:16 -04:00
parent 0e49258546
commit 30fbb6ea53

View File

@ -67,7 +67,7 @@ Analyser::Static::TargetList Analyser::Static::Enterprise::GetTargets(const Medi
if(!has_exdos_ini) { if(!has_exdos_ini) {
if(did_pick_file) { if(did_pick_file) {
target->loading_command = std::string("run \"") + selected_file->name + "." + selected_file->extension + "\""; target->loading_command = std::string("run \"") + selected_file->name + "." + selected_file->extension + "\"\n";
} else { } else {
target->loading_command = ":dir\n"; target->loading_command = ":dir\n";
} }