zlib 1.2.0.5

This commit is contained in:
Mark Adler
2011-09-09 23:22:37 -07:00
parent 086e982175
commit 4b5a43a219
152 changed files with 14540 additions and 12588 deletions

View File

@@ -805,7 +805,7 @@ local unsigned char *yank(char *name, unsigned long *len)
buf = NULL;
}
fclose(in);
*len = size;
*len = size;
return buf;
}