changeset 32:86e04721e463

*** empty log message ***
author pin
date Tue, 16 Jan 2007 18:10:02 +0900
parents ebbc14dd1a1a
children 96306e8dc217
files bin/remoteeditor/network/REP.class src/remoteeditor/network/REP.java
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file bin/remoteeditor/network/REP.class has changed
--- a/src/remoteeditor/network/REP.java	Tue Jan 16 13:55:38 2007 +0900
+++ b/src/remoteeditor/network/REP.java	Tue Jan 16 18:10:02 2007 +0900
@@ -163,7 +163,7 @@
     	
     	ByteBuffer buffer = ByteBuffer.allocateDirect(24+text.length()*2);
     	buffer.clear();  // position = 0 
-    	buffer.putInt(cmd); buffer.putInt(sid); buffer.putInt(eid);
+    	buffer.putInt(cmd); buffer.putInt(sid); buffer.putInt(eid2);
     	buffer.putInt(seqid); buffer.putInt(lineno); 
     	buffer.putInt(text.length()*2); 
     	//buffer.putString(text);