[Ttssh2-commit] [3753] コピペ時の大文字 / 小文字の修正漏れ。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 1月 28日 (木) 22:28:03 JST


Revision: 3753
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3753
Author:   doda
Date:     2010-01-28 22:28:03 +0900 (Thu, 28 Jan 2010)

Log Message:
-----------
コピペ時の大文字/小文字の修正漏れ。

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtterm.c


-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2010-01-28 13:26:07 UTC (rev 3752)
+++ trunk/teraterm/teraterm/vtterm.c	2010-01-28 13:28:03 UTC (rev 3753)
@@ -1953,7 +1953,7 @@
 	    SendOSCstr(Report, len);
 	    break;
 	  default: // IdTitleReportEmpty:
-	    SendOSCstr("L", 1);
+	    SendOSCstr("l", 1);
 	    break;
 	}
         break;



Ttssh2-commit メーリングリストの案内
Back to archive index