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 3074 by yutakapon, Mon Dec 24 14:42:50 2007 UTC revision 3075 by yutakapon, Tue Dec 25 14:49:01 2007 UTC
# Line 2928  static BOOL CALLBACK TTXScpDialog(HWND d Line 2928  static BOOL CALLBACK TTXScpDialog(HWND d
2928                          SendMessage(hWnd, WM_GETTEXT , sizeof(sendfile), (LPARAM)sendfile);                          SendMessage(hWnd, WM_GETTEXT , sizeof(sendfile), (LPARAM)sendfile);
2929                          if (sendfile[0] != '\0') {                          if (sendfile[0] != '\0') {
2930                                  SSH_start_scp(pvar, sendfile);                                  SSH_start_scp(pvar, sendfile);
2931                                  PostMessage(dlg, WM_CLOSE, 0, 0);                                  EndDialog(dlg, 1); // dialog close
2932                                  return TRUE;                                  return TRUE;
2933                          }                          }
2934                          return FALSE;                          return FALSE;

Legend:
Removed from v.3074  
changed lines
  Added in v.3075

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