[Ttssh2-commit] [5404] コマンド用バッファを1024バイトに増やした。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 10月 10日 (木) 13:23:44 JST


Revision: 5404
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5404
Author:   doda
Date:     2013-10-10 13:23:43 +0900 (Thu, 10 Oct 2013)
Log Message:
-----------
コマンド用バッファを1024バイトに増やした。

Modified Paths:
--------------
    trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c
    trunk/doc/en/html/about/history.html
    trunk/doc/ja/html/about/history.html

-------------- next part --------------
Modified: trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c
===================================================================
--- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c	2013-10-08 12:48:09 UTC (rev 5403)
+++ trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c	2013-10-10 04:23:43 UTC (rev 5404)
@@ -40,8 +40,8 @@
 	int interval;
 	BOOL enable;
 	int cmdLen;
-	unsigned char command[50];
-	unsigned char orgCommand[50];
+	unsigned char command[OutBuffSize];
+	unsigned char orgCommand[OutBuffSize];
 } TInstVar;
 
 typedef TInstVar FAR * PTInstVar;
@@ -329,7 +329,7 @@
 // TTXReadIniFile, TTXWriteIniFile -- \x90ݒ\xE8\x83t\x83@\x83C\x83\x8B\x82̓ǂݏ\x91\x82\xAB
 //
 void ReadINI(PCHAR fn, PTTSet ts) {
-	char buff[256];
+	char buff[OutBuffSize];
 	char *p;
 
 	if (fn[0] == '\\' || fn[0] == '/' || (fn[0] != 0 && fn[1] == ':')) {

Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2013-10-08 12:48:09 UTC (rev 5403)
+++ trunk/doc/en/html/about/history.html	2013-10-10 04:23:43 UTC (rev 5404)
@@ -53,11 +53,11 @@
     </ul>
   </li>
 
-  <!-- li>Misc
+  <li>Misc
     <ul>
-      <li></li>
+      <li>upgraded TTXRecurringCommand Plugin to <a href="#recurringcommand_1.03">1.03</a></li>
     </ul>
-  </li -->
+  </li>
 </ul>
 
 <h3><a name="teraterm_4.79">2013.09.01 (Ver 4.79)</a></h3>
@@ -3443,6 +3443,11 @@
 </ul>
 
 <h2><a name="recurringcommand">TTXRecurringCommand</a></h2>
+<h3><a name="recurringcommand_1.03">2013.xx.xx (Ver 1.03)</a></h3>
+<ul class="history">
+  <!-- li>\x83R\x83}\x83\x93\x83h\x97p\x82̃o\x83b\x83t\x83@\x82\xF050\x83o\x83C\x83g\x82\xA9\x82\xE71024\x83o\x83C\x83g\x82ɕύX\x82\xB5\x82\xBD\x81B</li -->
+</ul>
+
 <h3><a name="recurringcommand_1.02">2011.12.04 (Ver 1.02)</a></h3>
 <ul class="history">
   <li>added the menu id to enable and disable for the macro command.</li>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2013-10-08 12:48:09 UTC (rev 5403)
+++ trunk/doc/ja/html/about/history.html	2013-10-10 04:23:43 UTC (rev 5404)
@@ -53,11 +53,11 @@
     </ul>
   </li>
 
-  <!-- li>\x82\xBB\x82̑\xBC
+  <li>\x82\xBB\x82̑\xBC
     <ul>
-      <li></li>
+      <li><a href="#recurringcommand_1.03">TTXRecurringCommand Plugin(1.03)</a>\x82֍\xB7\x82\xB5\x91ւ\xA6\x82\xBD\x81B</li>
     </ul>
-  </li -->
+  </li>
 </ul>
 
 <h3><a name="teraterm_4.79">2013.09.01 (Ver 4.79)</a></h3>
@@ -3446,6 +3446,11 @@
 </ul>
 
 <h2><a name="recurringcommand">TTXRecurringCommand</a></h2>
+<h3><a name="recurringcommand_1.03">2013.xx.xx (Ver 1.03)</a></h3>
+<ul class="history">
+  <li>\x83R\x83}\x83\x93\x83h\x97p\x82̃o\x83b\x83t\x83@\x82\xF050\x83o\x83C\x83g\x82\xA9\x82\xE71024\x83o\x83C\x83g\x82ɕύX\x82\xB5\x82\xBD\x81B</li>
+</ul>
+
 <h3><a name="recurringcommand_1.02">2011.12.04 (Ver 1.02)</a></h3>
 <ul class="history">
   <li>\x97L\x8C\xF8/\x96\xB3\x8C\xF8\x82ɂ\xB7\x82\xE9\x88ׂ̃\x81\x83j\x83\x85\x81[ID\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B(\x83}\x83N\x83\x8D\x97p)</li>



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