mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 07:47:12 +01:00
* Do not prefix with unit name unless necessary
This commit is contained in:
parent
8b40033964
commit
492717a25c
@ -247,7 +247,7 @@ begin
|
||||
TimeToSleep:=SleepTime[Stage];
|
||||
if aTimeout<TimeToSleep then
|
||||
TimeToSleep:=aTimeout;
|
||||
SysUtils.Sleep(TimeToSleep);
|
||||
Sleep(TimeToSleep);
|
||||
end;
|
||||
end;
|
||||
TimeB:=GetTickCount64;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user