aboutsummaryrefslogtreecommitdiff
path: root/examples/README.examples
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2018-10-07 21:26:43 -0700
committerMark Adler <madler@alumni.caltech.edu>2018-10-14 09:57:34 -0700
commit921d81b2a853233659d50b3c499a5c711a11e998 (patch)
tree5bba18ecc4b89479c7c24f08ca2ebcec7b3a2462 /examples/README.examples
parent354fa43d123b9759e4308c81e181caa1f97187ed (diff)
downloadzlib-921d81b2a853233659d50b3c499a5c711a11e998.tar.gz
zlib-921d81b2a853233659d50b3c499a5c711a11e998.tar.bz2
zlib-921d81b2a853233659d50b3c499a5c711a11e998.zip
Fix the zran.c example to work on a multiple-member gzip file.
Diffstat (limited to 'examples/README.examples')
-rw-r--r--examples/README.examples1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.examples b/examples/README.examples
index 42d9414..e3a4b88 100644
--- a/examples/README.examples
+++ b/examples/README.examples
@@ -48,6 +48,7 @@ zpipe.c
48 - deeply commented in zlib_how.html (see above) 48 - deeply commented in zlib_how.html (see above)
49 49
50zran.c 50zran.c
51zran.h
51 index a zlib or gzip stream and randomly access it 52 index a zlib or gzip stream and randomly access it
52 - illustrates the use of Z_BLOCK, inflatePrime(), and 53 - illustrates the use of Z_BLOCK, inflatePrime(), and
53 inflateSetDictionary() to provide random access 54 inflateSetDictionary() to provide random access