소스 검색

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