fix, gives mercy to two zombified tools

upstream: dmd Z due to version lookup
regression: dfmt Z due to version lookup (78544f3)
This commit is contained in:
Basile Burg 2017-02-09 14:07:49 +01:00
parent 922dbda7fb
commit e541839848
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,8 @@ begin
ShowWindow:= swoHIDE;
execute;
output.Read(s[1], 128);
while Running do
sleep(1);
end;
finally
free;

View File

@ -295,6 +295,8 @@ begin
majv := Byte(inp[1]) - Byte('0');
minv := Byte(inp[3]) - Byte('0');
end;
while prc.Running do
sleep(1);
prc.Parameters.Clear;
fDmtWrapper.getParameters(prc.Parameters, majv, minv);