changeset 110:974e9f322959

*** empty log message ***
author pin
date Sun, 23 Dec 2007 11:50:02 +0900
parents 31f627d5a511
children 07a8d0a0f7e4
files bin/remoteeditor/editors/RemoteEditor.class src/remoteeditor/editors/RemoteEditor.java
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file bin/remoteeditor/editors/RemoteEditor.class has changed
--- a/src/remoteeditor/editors/RemoteEditor.java	Sun Dec 23 11:29:41 2007 +0900
+++ b/src/remoteeditor/editors/RemoteEditor.java	Sun Dec 23 11:50:02 2007 +0900
@@ -156,7 +156,7 @@
 		if(numberOfLinesNew > numberOfLinesOld){
 			//insert, delete, replace �� �s���Ŕ��f
 			cmd = REP.REPCMD_INSERT;
-			lineText = "\n";
+			lineText = lineText + "\n";
 			//line += 1;
 		}else if(numberOfLinesNew == numberOfLinesOld){
 			cmd = REP.REPCMD_REPLACE;