mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26:24 +02:00
* Reverted (rle_len and count) code
This commit is contained in:
parent
abfeb5d34a
commit
cc9ec145c4
@ -692,7 +692,7 @@ rle_write:
|
|||||||
inc(bufptr);
|
inc(bufptr);
|
||||||
dec(count);
|
dec(count);
|
||||||
dec(rle_len);
|
dec(rle_len);
|
||||||
until (rle_len and count)=0;
|
until (rle_len=0) or (count=0);
|
||||||
until count=0;
|
until count=0;
|
||||||
short:=count;
|
short:=count;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user