zlib 1.0.2

This commit is contained in:
Mark Adler
2011-09-09 23:15:17 -07:00
parent 423eb40306
commit e26a448e96
22 changed files with 380 additions and 120 deletions

View File

@@ -26,7 +26,8 @@ z_stream *z;
int r;
{
uInt n;
Bytef *p, *q;
Bytef *p;
Bytef *q;
/* local copies of source and destination pointers */
p = z->next_out;