diff src/remoteeditor/network/REP.java @ 25:32b28608baa6

*** empty log message ***
author pin
date Thu, 16 Nov 2006 08:39:41 +0900
parents e9b015eb1e05
children d01cc686b54f
line wrap: on
line diff
--- a/src/remoteeditor/network/REP.java	Tue Nov 14 14:31:59 2006 +0900
+++ b/src/remoteeditor/network/REP.java	Thu Nov 16 08:39:41 2006 +0900
@@ -260,7 +260,7 @@
 	}
 
 	public void sendCmd(int cmd2, int line, int length, String lineText) {
-		cmd = REP_INSERT_CMD;
+		//cmd = REP_INSERT_CMD;
 		rWrite(pack(cmd2, sid, eid, seqid+1, line, lineText));
 		try {
 			myCmdList.add(new Rep_Cmd(cmd2, sid, eid, seqid, line, length, lineText));