mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Added a "yeah, I don't know" fallback.
This commit is contained in:
parent
388dd99762
commit
dea782cff9
@ -31,6 +31,9 @@ static void InspectDataCatalogue(
|
||||
target.loadingCommand = "run\"" + data_catalogue->files[last_basic_file].name + "\n";
|
||||
return;
|
||||
}
|
||||
|
||||
// Desperation.
|
||||
target.loadingCommand = "cat\n";
|
||||
}
|
||||
|
||||
static void InspectSystemCatalogue(
|
||||
|
Loading…
Reference in New Issue
Block a user