X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=parsers.c;h=35e2c330403d824e2d605ce30eb679c0950a7ed8;hb=8c6a51f039a882bf7dc8cd88362d22f9a8d4682a;hp=086640931a11983b8032aa12ba6d4360b67165cd;hpb=fc24c11368a2447c2e7f874e41518fc28f7a53c1;p=privoxy.git diff --git a/parsers.c b/parsers.c index 08664093..35e2c330 100644 --- a/parsers.c +++ b/parsers.c @@ -709,7 +709,7 @@ jb_err decompress_iob(struct client_state *csp) /* * Next, we allocate new storage for the inflated data. * We don't modify the existing iob yet, so in case there - * is error in decompression we can recover gracefully. + * is an error in decompression we can recover gracefully. */ buf = zalloc(bufsize); if (NULL == buf) @@ -778,8 +778,9 @@ jb_err decompress_iob(struct client_state *csp) } else { +#ifndef NDEBUG char *oldnext_out = (char *)zstr.next_out; - +#endif /* * Update the fields for inflate() to use the new * buffer, which may be in a location different from