Another non-Latin fixes. StatusBar with TIM-info. Stability fixes.
This commit is contained in:
@@ -116,7 +116,7 @@ begin
|
||||
pScanFinished := False;
|
||||
pTIMNumber := 0;
|
||||
|
||||
while (not pStopScan) or (not Terminated) do
|
||||
while (not pStopScan) and (not Terminated) do
|
||||
begin
|
||||
if LoadTimFromBuf(ClearBuffer, TIM, pClearBufferPosition) then
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user