View | Details | Raw Unified | Return to bug 91262
Collapse All | Expand All

(-)apps/ssh/sshfilecopy.c (+2 lines)
Lines 908-913 Link Here
908
          (int) (100.0 * (double) (SshInt64)written_bytes /
908
          (int) (100.0 * (double) (SshInt64)written_bytes /
909
                 (SshInt64) attrs->size) : 100);
909
                 (SshInt64) attrs->size) : 100);
910
910
911
  fflush(stdout);
912
911
  ssh_xfree(file_name);
913
  ssh_xfree(file_name);
912
  
914
  
913
  if (finished)
915
  if (finished)

Return to bug 91262