Bug #1233 ยป zlib.patch
| ext/zlib/zlib.c (working copy) | ||
|---|---|---|
|
{
|
||
|
uInt n;
|
||
|
int err;
|
||
|
volatile VALUE guard;
|
||
|
volatile VALUE guard = Qnil;
|
||
|
if (NIL_P(z->input) && len == 0) {
|
||
|
z->stream.next_in = (Bytef*)"";
|
||