Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3103 by maya, Mon Feb 4 01:21:44 2008 UTC revision 3104 by maya, Mon Feb 4 04:26:54 2008 UTC
# Line 1555  static BOOL parse_protocol_ID(PTInstVar Line 1555  static BOOL parse_protocol_ID(PTInstVar
1555    
1556          // SSH バージョンを teraterm 側にセットする          // SSH バージョンを teraterm 側にセットする
1557          // SCP コマンドのため (2008.2.3 maya)          // SCP コマンドのため (2008.2.3 maya)
1558          pvar->ts->isSSH = pvar->protocol_major;          pvar->cv->isSSH = pvar->protocol_major;
1559    
1560          for (str = str + 1; *str >= '0' && *str <= '9'; str++) {          for (str = str + 1; *str >= '0' && *str <= '9'; str++) {
1561          }          }

Legend:
Removed from v.3103  
changed lines
  Added in v.3104

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26