[Ttssh2-commit] [3575] 除算で無限ループするのを修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 7月 4日 (土) 00:14:02 JST


Revision: 3575
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3575
Author:   doda
Date:     2009-07-04 00:14:02 +0900 (Sat, 04 Jul 2009)

Log Message:
-----------
除算で無限ループするのを修正。

Modified Paths:
--------------
    trunk/teraterm/ttpmacro/ttmparse.c


-------------- next part --------------
Modified: trunk/teraterm/ttpmacro/ttmparse.c
===================================================================
--- trunk/teraterm/ttpmacro/ttmparse.c	2009-07-03 13:35:37 UTC (rev 3574)
+++ trunk/teraterm/ttpmacro/ttmparse.c	2009-07-03 15:14:02 UTC (rev 3575)
@@ -413,6 +413,9 @@
 			if (comment_starting)
 				commenting = 1;
 		}
+		else {
+			break;
+		}
 
 		/* 1‚‚̍s‚ɁA•¡”‚̃Rƒƒ“ƒg‚ª‚ ‚éê‡‚ɑΉž‚·‚邽‚߁AŽŸ‚Ì•¶Žš‚ªƒXƒ‰ƒbƒVƒ…‚È‚ç‚΁A
 		 * ƒ‹[ƒvˆ—‚ÌŽn‚ß‚É–ß‚·B



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