Deleted Added
full compact
11c11
< Copyright (C) 1996-2000 Julian R Seward. All rights reserved.
---
> Copyright (C) 1996-2002 Julian R Seward. All rights reserved.
666,669c666,669
< bsPutUChar ( s, 'B' );
< bsPutUChar ( s, 'Z' );
< bsPutUChar ( s, 'h' );
< bsPutUChar ( s, (UChar)('0' + s->blockSize100k) );
---
> bsPutUChar ( s, BZ_HDR_B );
> bsPutUChar ( s, BZ_HDR_Z );
> bsPutUChar ( s, BZ_HDR_h );
> bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) );