diff ChangeLog @ 926:7b5aa0420fe2

2007-6-13 Brian Masney <masneyb@gftp.org> * lib/misc.c (insert_commas) lib/gftp.h - explictly cast the number to a long long if it is supported on the system. This fixes a problem where the number is converted to an integer when the sizeof (off_t) != sizeof (long long)
author masneyb
date Thu, 14 Jun 2007 02:06:41 +0000
parents f37091406523
children 21fc8f283246
line wrap: on
line diff
--- a/ChangeLog	Sat Jun 09 11:50:40 2007 +0000
+++ b/ChangeLog	Thu Jun 14 02:06:41 2007 +0000
@@ -1,3 +1,9 @@
+2007-6-13 Brian Masney <masneyb@gftp.org>
+	* lib/misc.c (insert_commas) lib/gftp.h - explictly cast the number to
+	a long long if it is supported on the system. This fixes a problem
+	where the number is converted to an integer when the sizeof (off_t) !=
+	sizeof (long long)
+
 2007-5-18 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (gftp_request_destroy) - initialize the 
 	request->server_type if the request structure isn't destroyed.