From c14d39e83a7f55ab9b92e98673a281fd6565c32d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 8 Jun 2007 13:05:39 +0000 Subject: rmp: add optional support for bz2 data. +50 bytes of code --- docs/keep_data_small.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/keep_data_small.txt b/docs/keep_data_small.txt index 55f4fc95a..f88fe07b0 100644 --- a/docs/keep_data_small.txt +++ b/docs/keep_data_small.txt @@ -65,7 +65,7 @@ archival/libunarchive/decompress_unzip.c: (see the rest of the file to get the idea) This example completely eliminates globals in that module. -Required memory is allocated in inflate_gunzip() [its main module] +Required memory is allocated in unpack_gz_stream() [its main module] and then passed down to all subroutines which need to access 'globals' as a parameter. -- cgit v1.2.3