changeset 94:b551b7af0a8a

Unzip worked?
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 03 Aug 2011 13:08:39 +0900
parents 40c22e507655
children 285dd4d6dacf
files src/myVncProxy/MyRfbProto.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/myVncProxy/MyRfbProto.java	Wed Aug 03 12:34:50 2011 +0900
+++ b/src/myVncProxy/MyRfbProto.java	Wed Aug 03 13:08:39 2011 +0900
@@ -567,7 +567,7 @@
 	public int unzip(Inflater inflater, LinkedList<ByteBuffer> inputs, LinkedList<ByteBuffer> outputs)
 																	throws DataFormatException {
 		int len=0,len0;
-		inflater.reset();
+		// inflater.reset();
 		do {
 			ByteBuffer input = inputs.poll();
 			inflater.setInput(input.array(),0,input.limit());