Deleted Added
full compact
11c11
< Copyright (C) 1996-2002 Julian R Seward. All rights reserved.
---
> Copyright (C) 1996-2005 Julian R Seward. All rights reserved.
45c45
< jseward@acm.org
---
> jseward@bzip.org
490a491,492
> /* maxLen was changed from 20 to 17 in bzip2-1.0.3. See
> comment in huffman.c for details. */
493c495
< alphaSize, 20 );
---
> alphaSize, 17 /*20*/ );
530c532
< AssertH ( !(maxLen > 20), 3004 );
---
> AssertH ( !(maxLen > 17 /*20*/ ), 3004 );
654,655c656,657
< VPrintf4( " block %d: crc = 0x%8x, "
< "combined CRC = 0x%8x, size = %d\n",
---
> VPrintf4( " block %d: crc = 0x%08x, "
> "combined CRC = 0x%08x, size = %d\n",
706c708
< VPrintf1( " final combined CRC = 0x%x\n ", s->combinedCRC );
---
> VPrintf1( " final combined CRC = 0x%08x\n ", s->combinedCRC );