mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +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);
|
||||
dec(count);
|
||||
dec(rle_len);
|
||||
until (rle_len and count)=0;
|
||||
until (rle_len=0) or (count=0);
|
||||
until count=0;
|
||||
short:=count;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user