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

(-)transfer.c.old (-1 / +1 lines)
Lines 645-651 Link Here
645
static void
645
static void
646
update_file_status (gftp_transfer * tdata)
646
update_file_status (gftp_transfer * tdata)
647
{
647
{
648
  char totstr[100], dlstr[100], winstr[150], gotstr[50], ofstr[50];
648
  char totstr[150], dlstr[150], winstr[150], gotstr[50], ofstr[50];
649
  int hours, mins, secs, pcent, st, show_trans_in_title;
649
  int hours, mins, secs, pcent, st, show_trans_in_title;
650
  unsigned long remaining_secs, lkbs;
650
  unsigned long remaining_secs, lkbs;
651
  gftp_file * tempfle;
651
  gftp_file * tempfle;

Return to bug 5206