[Ttssh2-commit] [3586] 以下で label1 の二重定義と誤認識としていた問題へ対処した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 7月 8日 (水) 21:52:33 JST


Revision: 3586
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3586
Author:   yutakapon
Date:     2009-07-08 21:52:33 +0900 (Wed, 08 Jul 2009)

Log Message:
-----------
以下で label1 の二重定義と誤認識としていた問題へ対処した。

messagebox "msg1" "test1" /*
:label1
*/
:label1

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


-------------- next part --------------
Modified: trunk/teraterm/ttpmacro/ttmbuff.c
===================================================================
--- trunk/teraterm/ttpmacro/ttmbuff.c	2009-07-08 12:50:33 UTC (rev 3585)
+++ trunk/teraterm/ttpmacro/ttmbuff.c	2009-07-08 12:52:33 UTC (rev 3586)
@@ -257,6 +257,11 @@
 			}
 		}
 
+		/* ŽŸ‚̍s‚ÖˆÚ‚·‘O‚ɁACŒ¾ŒêƒRƒƒ“ƒg‚ð’T‚·‚½‚߁As––‚܂ŃXƒLƒƒƒ“‚·‚éB*/
+		do {
+			b = GetFirstChar();
+		} while (b != 0);
+
 		if (Err>0) {
 			DispErr(Err);
 		}



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