[Ttssh2-commit] [6612] 値を返し忘れていたのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 2月 23日 (木) 21:04:12 JST


Revision: 6612
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6612
Author:   doda
Date:     2017-02-23 21:04:11 +0900 (Thu, 23 Feb 2017)
Log Message:
-----------
値を返し忘れていたのを修正

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

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2017-02-23 09:24:49 UTC (rev 6611)
+++ trunk/teraterm/teraterm/vtterm.c	2017-02-23 12:04:11 UTC (rev 6612)
@@ -5327,8 +5327,7 @@
 	locptr = setlocale(LC_ALL, ts.Locale);
 
 	if (ts.FallbackToCP932 && Fallbacked) {
-		ParseFirstJP(b);
-		return;
+		return ParseFirstJP(b);
 	}
 
 	if ((b & 0x80) != 0x80 || ((b & 0xe0) == 0x80 && count == 0)) {



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