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 4433 by doda, Mon Apr 11 00:29:12 2011 UTC revision 4453 by doda, Tue Apr 19 07:13:07 2011 UTC
# Line 7564  static unsigned __stdcall ssh_scp_thread Line 7564  static unsigned __stdcall ssh_scp_thread
7564                                          _snprintf_s(s, sizeof(s), _TRUNCATE, "%d:%02d (%d.%02d %s)", elapsed / 60, elapsed % 60, rate / 1000, rate / 10 % 100, "KBytes/s");                                          _snprintf_s(s, sizeof(s), _TRUNCATE, "%d:%02d (%d.%02d %s)", elapsed / 60, elapsed % 60, rate / 1000, rate / 10 % 100, "KBytes/s");
7565                                  }                                  }
7566                                  else {                                  else {
7567                                          _snprintf_s(s, sizeof(s), _TRUNCATE, "%d:%02d (%d.%02d %s)", elapsed / 60, elapsed % 60, rate / (1000 * 1000), rate / 100000 % 100, "MBytes/s");                                          _snprintf_s(s, sizeof(s), _TRUNCATE, "%d:%02d (%d.%02d %s)", elapsed / 60, elapsed % 60, rate / (1000 * 1000), rate / 10000 % 100, "MBytes/s");
7568                                  }                                  }
7569                          }                          }
7570                          else {                          else {

Legend:
Removed from v.4433  
changed lines
  Added in v.4453

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