comparison 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
comparison
equal deleted inserted replaced
925:8dc2c1624fbf 926:7b5aa0420fe2
1 2007-6-13 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (insert_commas) lib/gftp.h - explictly cast the number to
3 a long long if it is supported on the system. This fixes a problem
4 where the number is converted to an integer when the sizeof (off_t) !=
5 sizeof (long long)
6
1 2007-5-18 Brian Masney <masneyb@gftp.org> 7 2007-5-18 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_request_destroy) - initialize the 8 * lib/protocols.c (gftp_request_destroy) - initialize the
3 request->server_type if the request structure isn't destroyed. 9 request->server_type if the request structure isn't destroyed.
4 10
5 * src/gtk/gftp-gtk.c (gftp_gtk_init_request) - don't create a new 11 * src/gtk/gftp-gtk.c (gftp_gtk_init_request) - don't create a new