diff lib/bunzip.c @ 337:aaafa1ceaa91

Add -N, -I, -L, and -P options to cksum.
author Rob Landley <rob@landley.net>
date Mon, 05 Jan 2009 01:05:43 -0600
parents 83c461db9df7
children 786841fdb1e0
line wrap: on
line diff
--- a/lib/bunzip.c	Sun Jan 04 22:45:03 2009 -0600
+++ b/lib/bunzip.c	Mon Jan 05 01:05:43 2009 -0600
@@ -609,7 +609,7 @@
 		bd->in_fd = src_fd;
 	}
 
-	crc_init(bd->crc32Table);
+	crc_init(bd->crc32Table, 0);
 
 	// Ensure that file starts with "BZh".
     for (i=0;i<3;i++)