* Reverted (rle_len and count) code

This commit is contained in:
daniel 2002-10-10 11:21:46 +00:00
parent abfeb5d34a
commit cc9ec145c4

View File

@ -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;