mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for next entry.
* java/util/zip/ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for next entry. From-SVN: r49014
This commit is contained in:
@@ -237,6 +237,7 @@ public class ZipOutputStream extends DeflaterOutputStream
|
||||
def.reset();
|
||||
def.setLevel(compr);
|
||||
sum.reset();
|
||||
uncompressed_size = 0;
|
||||
}
|
||||
|
||||
public void setLevel (int level)
|
||||
|
||||
Reference in New Issue
Block a user