From 95698093f023852ca4365df307c19a1d7cfa3687 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 5 Jul 2015 18:14:53 -0700 Subject: Improve speed of gzprintf() in transparent mode. --- gzguts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gzguts.h') diff --git a/gzguts.h b/gzguts.h index d87659d..ca13f47 100644 --- a/gzguts.h +++ b/gzguts.h @@ -170,7 +170,7 @@ typedef struct { char *path; /* path or fd for error messages */ unsigned size; /* buffer size, zero if not allocated yet */ unsigned want; /* requested buffer size, default is GZBUFSIZE */ - unsigned char *in; /* input buffer */ + unsigned char *in; /* input buffer (double-sized when writing) */ unsigned char *out; /* output buffer (double-sized when reading) */ int direct; /* 0 if processing gzip, 1 if transparent */ /* just for reading */ -- cgit v1.2.3-55-g6feb