# HG changeset patch # User pin # Date 1198233182 -32400 # Node ID cda18e429dfaf4410b8398a186cac349179cd766 # Parent a218812846680b762b062b2277118ccc288102a0 *** empty log message *** diff -r a21881284668 -r cda18e429dfa bin/remoteeditor/editors/RemoteEditor.class Binary file bin/remoteeditor/editors/RemoteEditor.class has changed diff -r a21881284668 -r cda18e429dfa src/remoteeditor/editors/RemoteEditor.java --- a/src/remoteeditor/editors/RemoteEditor.java Fri Dec 21 18:31:06 2007 +0900 +++ b/src/remoteeditor/editors/RemoteEditor.java Fri Dec 21 19:33:02 2007 +0900 @@ -257,6 +257,7 @@ case REP.REPCMD_REPLACE: try { if(command.eid == myeid) break;//あとで消す + repsend.send(command); changeText(command.cmd, command.lineno, command.len, command.string); } catch (Exception e1) { e1.printStackTrace();