diff 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
line wrap: on
line diff
--- a/src/gtk/transfer.c	Fri Dec 31 15:33:01 2004 +0000
+++ b/src/gtk/transfer.c	Fri Dec 31 16:12:13 2004 +0000
@@ -686,7 +686,7 @@
 static void
 update_file_status (gftp_transfer * tdata)
 {
-  char totstr[100], dlstr[100], winstr[150], gotstr[50], ofstr[50];
+  char totstr[150], dlstr[100], winstr[150], gotstr[50], ofstr[50];
   unsigned long remaining_secs, lkbs;
   int hours, mins, secs, pcent, st;
   intptr_t show_trans_in_title;