diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-21 21:50:37 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-21 21:50:37 +0000 |
commit | de9c2bdc49704e06f96dadb2d42a6f06dee9d762 (patch) | |
tree | 5f463667ec157bb3f84a00b486e3f79eb8080f7e /gcc/java/zextract.c | |
parent | 0453a7cadf2313032d1c5782d710f54a951f8808 (diff) | |
download | gcc-de9c2bdc49704e06f96dadb2d42a6f06dee9d762.tar.gz |
Various fixes to allow compiling a compressed .jar/.zip archive.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39175 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/zextract.c')
-rw-r--r-- | gcc/java/zextract.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/zextract.c b/gcc/java/zextract.c index f381f92c57f..2226eeac619 100644 --- a/gcc/java/zextract.c +++ b/gcc/java/zextract.c @@ -331,6 +331,7 @@ read_zip_archive (zipf) zipd->compression_method = compression_method; zipd->size = size; zipd->uncompressed_size = uncompressed_size; + zipd->zipf = zipf; #ifdef __GNUC__ #define DIR_ALIGN __alignof__(ZipDirectory) #else |