Added a default value to avoid warning

This commit is contained in:
Robert Osfield
2009-05-21 08:37:04 +00:00
parent 9db74b8623
commit 27ae00630d

View File

@@ -1810,6 +1810,8 @@ uInt *v) // working area: values in order of bit length
int y; // number of dummy codes added
uInt z; // number of entries in current table
// provide a default value
r.base = 0;
// Generate counts for each bit length
p = c;