[Ttssh2-commit] [3659] 他の属性が付いている場合にも対応。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 26日 (月) 01:11:54 JST


Revision: 3659
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3659
Author:   doda
Date:     2009-10-26 01:11:54 +0900 (Mon, 26 Oct 2009)

Log Message:
-----------
他の属性が付いている場合にも対応。

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


-------------- next part --------------
Modified: trunk/teraterm/teraterm/buffer.c
===================================================================
--- trunk/teraterm/teraterm/buffer.c	2009-10-24 11:27:13 UTC (rev 3658)
+++ trunk/teraterm/teraterm/buffer.c	2009-10-25 16:11:54 UTC (rev 3659)
@@ -1729,7 +1729,7 @@
 	 * “–ŠYF‚ōs––‚܂ŃyƒCƒ“ƒg‚³‚ê‚È‚¢‚悤‚É‚·‚éB
 	 * (2009.10.24 yutaka)
 	 */
-	if (TempAttr.Attr == AttrURL) {
+	if (TempAttr.Attr & AttrURL) {
 		/* ŠJŽnˆÊ’u‚©‚ç‚Ç‚±‚Ü‚Å‚ª AttrURL ‚©‚ðƒJƒEƒ“ƒg‚·‚é */
 		len = 0;
 		for (pos = 0 ; pos < StrChangeCount ; pos++) {



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