Browse Source

* Reverted (rle_len and count) code

daniel 23 years ago
parent
commit
cc9ec145c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/extra/bzip2/bzip2.pas

+ 1 - 1
packages/extra/bzip2/bzip2.pas

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