добавление флага -spf

This commit is contained in:
2023-11-27 22:54:41 +03:00
parent e6f9b9103b
commit ac3024a2d4
2 changed files with 2 additions and 5 deletions

View File

@@ -450,7 +450,7 @@ public abstract class Sapfor extends OSDComponent {
FileUtils.write(file,
Utils.DQuotes(sapfor_drv)
+ (flags.isEmpty() ? "" : (" " + flags))
+ " -noLogo"
+ " -noLogo -spf"
+ " " + command +
" 1>" +
Utils.DQuotes(outputFile.getAbsolutePath()) +