diff ChangeLog @ 970:4c7a58ef26c1

2008-11-30 Brian Masney <masneyb@gftp.org> * src/gtk/delete_dialog.c - fixed call to g_strdup_printf() where too many arguments were passed in format string. * lib/sslcommon.c - removed duplicate data variable * src/uicommon/gftpui.c (gftpui_common_cmd_help) - fixed call to strncat() where the supplied length was too long
author masneyb
date Sun, 30 Nov 2008 17:55:04 +0000
parents ce365745f7ba
children 95da79b9e637
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 30 14:41:36 2008 +0000
+++ b/ChangeLog	Sun Nov 30 17:55:04 2008 +0000
@@ -1,4 +1,12 @@
 2008-11-30 Brian Masney <masneyb@gftp.org>
+	* src/gtk/delete_dialog.c - fixed call to g_strdup_printf() where too
+	many arguments were passed in format string.
+
+	* lib/sslcommon.c - removed duplicate data variable
+
+	* src/uicommon/gftpui.c (gftpui_common_cmd_help) - fixed call to
+	strncat() where the supplied length was too long
+
 	* lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL
 	support is disabled.