From f54a768229f4522ae00dce7312abe62e87366258 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 7 May 2018 04:38:56 +0200 Subject: [PATCH] win, fiw startup freeze and bad logic for imports cache --- src/ce_dcd.pas | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ce_dcd.pas b/src/ce_dcd.pas index 9368f0d7..5c208248 100644 --- a/src/ce_dcd.pas +++ b/src/ce_dcd.pas @@ -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);