Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3004 by maya, Mon Aug 27 08:38:10 2007 UTC revision 3005 by maya, Thu Aug 30 12:42:06 2007 UTC
# Line 890  static BOOL CALLBACK TTXHostDlg(HWND dlg Line 890  static BOOL CALLBACK TTXHostDlg(HWND dlg
890                                  SendDlgItemMessage(dlg, IDC_HOSTNAME, CB_ADDSTRING,                                  SendDlgItemMessage(dlg, IDC_HOSTNAME, CB_ADDSTRING,
891                                                     0, (LPARAM) TempHost);                                                     0, (LPARAM) TempHost);
892                          i++;                          i++;
893                  } while ((i <= 99) && (strlen(TempHost) > 0));                  } while ((i <= MAXHOSTLIST) && (strlen(TempHost) > 0));
894    
895                  SendDlgItemMessage(dlg, IDC_HOSTNAME, EM_LIMITTEXT,                  SendDlgItemMessage(dlg, IDC_HOSTNAME, EM_LIMITTEXT,
896                                     HostNameMaxLength - 1, 0);                                     HostNameMaxLength - 1, 0);

Legend:
Removed from v.3004  
changed lines
  Added in v.3005

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