diff src/gtk/transfer.c @ 14:83090328581e

* More largefile support. Hopefully all that is left is the configure stuff * Sanity checking on the fdopen() calls. Also make sure that all of them have a + in their open mode. Doesn't affect UNIX, but it does affect Windows * HTTP fixes when running under Solaris. Read from request->sockfd and write to request->sockfd_write (Solaris doesn't like it when you read/write to the same FILE structure) * Display major/minor properly for a device when connected with the local protocol
author masneyb
date Wed, 04 Sep 2002 11:45:56 +0000
parents 5551ab2301fe
children 3b2dcdefc7e9
line wrap: on
line diff
--- a/src/gtk/transfer.c	Fri Aug 30 19:46:27 2002 +0000
+++ b/src/gtk/transfer.c	Wed Sep 04 11:45:56 2002 +0000
@@ -1242,7 +1242,7 @@
     pcent = 0;
 
   g_snprintf (totstr, sizeof (totstr),
-	_("%d%% complete, %02d:%02d:%02d est. time remaining. (File %d of %ld)"),
+	_("%d%% complete, %02d:%02d:%02d est. time remaining. (File %ld of %ld)"),
 	pcent, hours, mins, secs, tdata->current_file_number,
 	tdata->numdirs + tdata->numfiles);