[Ttssh2-commit] [5340] http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=31654

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 7月 4日 (木) 17:46:00 JST


Revision: 5340
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5340
Author:   maya
Date:     2013-07-04 17:46:00 +0900 (Thu, 04 Jul 2013)
Log Message:
-----------
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=31654
  メッセージに表示するポートを間違っているのを修正

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/fwdui.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/fwdui.c
===================================================================
--- trunk/ttssh2/ttxssh/fwdui.c	2013-07-02 08:17:57 UTC (rev 5339)
+++ trunk/ttssh2/ttxssh/fwdui.c	2013-07-04 08:46:00 UTC (rev 5340)
@@ -1167,7 +1167,7 @@
 		                  "Port \"%s\" is not a valid port number.\n"
 		                  "Either choose a port name from the list, or enter a number between 1 and 65535.");
 		_snprintf_s(buf, sizeof(buf), _TRUNCATE,
-		            pvar->ts->UIMsg, new_spec.to_port_name);
+		            pvar->ts->UIMsg, new_spec.from_port_name);
 		notify_nonfatal_error(pvar, buf);
 		return FALSE;
 	}



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