Mercurial > hg > Members > nobuyasu > tightVNCProxy
changeset 163:1a4bf9888429
JUnit work around
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 06 Aug 2011 10:42:37 +0900 |
parents | 02016fcb9105 |
children | 107b965effc1 |
files | src/myVncProxy/MyRfbProto.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/myVncProxy/MyRfbProto.java Fri Aug 05 14:38:57 2011 +0900 +++ b/src/myVncProxy/MyRfbProto.java Sat Aug 06 10:42:37 2011 +0900 @@ -803,7 +803,7 @@ zip(deflater,in,0,out); // LinkedList<ByteBuffer> out3 = clone(out); zipped result is depend on deflator's state unzip(inflater, out, 0,out2, INFLATE_BUFSIZE); - // inflater.reset(); + inflater.reset(); equalByteBuffers(in1, out2); LinkedList<ByteBuffer> out4 = new LinkedList<ByteBuffer>(); deflater = new Deflater();