comparison src/gtk/transfer.c @ 653:07dc89f95076

2004-12-31 Brian Masney <masneyb@gftp.org> * lib/misc.c (gftp_info) - when displaying the OpenSSL information, display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER * src/gtk/transfer.c (update_file_status) - expand the length of the total transfered buffer. The total transfered was being truncated in some languages by g_snprintf() (from Pavel Vainerman <pv@etersoft.ru>)
author masneyb
date Fri, 31 Dec 2004 16:12:13 +0000
parents 89216879202f
children 84d38c525f46
comparison
equal deleted inserted replaced
652:cb8ba8124e0e 653:07dc89f95076
684 684
685 685
686 static void 686 static void
687 update_file_status (gftp_transfer * tdata) 687 update_file_status (gftp_transfer * tdata)
688 { 688 {
689 char totstr[100], dlstr[100], winstr[150], gotstr[50], ofstr[50]; 689 char totstr[150], dlstr[100], winstr[150], gotstr[50], ofstr[50];
690 unsigned long remaining_secs, lkbs; 690 unsigned long remaining_secs, lkbs;
691 int hours, mins, secs, pcent, st; 691 int hours, mins, secs, pcent, st;
692 intptr_t show_trans_in_title; 692 intptr_t show_trans_in_title;
693 gftp_file * tempfle; 693 gftp_file * tempfle;
694 struct timeval tv; 694 struct timeval tv;