1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Added a "yeah, I don't know" fallback.

This commit is contained in:
Thomas Harte 2017-08-11 10:47:45 -04:00
parent 388dd99762
commit dea782cff9

View File

@ -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(