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 3093 by maya, Thu Jan 10 16:34:08 2008 UTC revision 3096 by yutakapon, Sat Jan 19 15:02:03 2008 UTC
# Line 2924  static BOOL CALLBACK TTXScpDialog(HWND d Line 2924  static BOOL CALLBACK TTXScpDialog(HWND d
2924    
2925                  switch (LOWORD(wParam)) {                  switch (LOWORD(wParam)) {
2926                  case IDOK:                  case IDOK:
2927    #if 0  // SFTP debug (2008.1.19 yutaka)
2928                            SSH_sftp_transaction(pvar);
2929    #else
2930                          hWnd = GetDlgItem(dlg, IDC_SENDFILE_EDIT);                          hWnd = GetDlgItem(dlg, IDC_SENDFILE_EDIT);
2931                          SendMessage(hWnd, WM_GETTEXT , sizeof(sendfile), (LPARAM)sendfile);                          SendMessage(hWnd, WM_GETTEXT , sizeof(sendfile), (LPARAM)sendfile);
2932                          if (sendfile[0] != '\0') {                          if (sendfile[0] != '\0') {
# Line 2932  static BOOL CALLBACK TTXScpDialog(HWND d Line 2935  static BOOL CALLBACK TTXScpDialog(HWND d
2935                                  EndDialog(dlg, 1); // dialog close                                  EndDialog(dlg, 1); // dialog close
2936                                  return TRUE;                                  return TRUE;
2937                          }                          }
2938    #endif
2939                          return FALSE;                          return FALSE;
2940    
2941                  case IDCANCEL:                                    case IDCANCEL:                  

Legend:
Removed from v.3093  
changed lines
  Added in v.3096

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