win, fiw startup freeze and bad logic for imports cache

This commit is contained in:
Basile Burg 2018-05-07 04:38:56 +02:00
parent d3edd2bb63
commit f54a768229
1 changed files with 1 additions and 4 deletions

View File

@ -413,11 +413,8 @@ begin
fClient.Parameters.Add('-I' + i);
dec(c);
end;
if c = 0 then
begin
if c <> folders.Count then
fClient.Execute;
while fClient.Running do ;
end;
end;
procedure TCEDcdWrapper.getCallTip(out tips: string);