фикс бага с компиляцией
This commit is contained in:
2023-11-27 19:46:46 +03:00
parent 7be3f9ccda
commit 433070c15f
4 changed files with 13 additions and 11 deletions

View File

@@ -36,9 +36,12 @@ public class ModuleAnchestorForm<T extends ModuleAnchestor> extends DBObjectDial
//проверим команду.
if (Result instanceof Makefile) {
//могут быть только flink/clink
if (!command.equals("flink") && !command.equals("clink")) {
if (!command.equals("flink") && !command.equals("clink")
&&
!command.equals("f") && !command.equals("c")
) {
Log.Writeln("При линковке DVM системой допустимы\n" +
"только команды flink или clink");
"только команды f,с, flink или clink");
}
} else if (Result instanceof Module) {
//могут быть только f/c