[Ttssh2-commit] [3417] サポートしていないスキームでも URL 属性が付く問題を修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 5月 20日 (水) 23:58:24 JST


Revision: 3417
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3417
Author:   maya
Date:     2009-05-20 23:58:24 +0900 (Wed, 20 May 2009)

Log Message:
-----------
サポートしていないスキームでも URL 属性が付く問題を修正

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


-------------- next part --------------
Modified: trunk/teraterm/teraterm/buffer.c
===================================================================
--- trunk/teraterm/teraterm/buffer.c	2009-05-20 13:38:32 UTC (rev 3416)
+++ trunk/teraterm/teraterm/buffer.c	2009-05-20 14:58:24 UTC (rev 3417)
@@ -1381,7 +1381,7 @@
 	}
 
 	if ((x-2>=0) && !strncmp(&CodeLine[x-2], "://", 3)) {
-		int i, len = 0;
+		int i, len = -1;
 		if ((x-6>=0) && !strncmp(&CodeLine[x-6], "http", 4)) {
 			len = 6;
 		}



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