Преглед изворни кода

Update UAccounts.pas

Fixed minor bug on Sleep location
PascalCoin пре 6 година
родитељ
комит
5c3d24fff6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/core/UAccounts.pas

+ 2 - 2
src/core/UAccounts.pas

@@ -2870,8 +2870,8 @@ begin
               if (Assigned(progressNotify)) and ((TPlatform.GetElapsedMilliseconds(tc)>=500)) then begin
                 tc := TPlatform.GetTickCount;
                 progressNotify(Self,Format('Validating OperationBlock info %d/%d',[LValidatedOPOk,LValidatedOPOk+LValidatedOPPending]),LValidatedOPOk,LValidatedOPOk+LValidatedOPPending);
-              end;
-
            end else Sleep(100);
+              end else Sleep(100)
+
            end;
           until LValidatedOPPending<=0 ;
         end;
       finally