diff src/gtk/misc-gtk.c @ 519:c3edcd3e9db9

2004-7-27 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - fixed SSHV2 transfers so that they work again (they were busted in the last CVS commit due to the wrong file offset being sent over) * src/gtk/misc-gtk.c - fix for the log window so that the contents are properly shown. (this was busted in the last CVS commit)
author masneyb
date Wed, 28 Jul 2004 01:58:28 +0000
parents c6a6e908dbaf
children 739afd9df73c
line wrap: on
line diff
--- a/src/gtk/misc-gtk.c	Wed Jul 28 01:37:15 2004 +0000
+++ b/src/gtk/misc-gtk.c	Wed Jul 28 01:58:28 2004 +0000
@@ -41,10 +41,11 @@
 {
   uintptr_t max_log_window_size;
   int upd, free_logstr;
-  size_t len, delsize;
   gftp_log * newlog;
+  gint delsize;
   char *logstr;
   va_list argp;
+  size_t len;
 #if GTK_MAJOR_VERSION == 1
   gftp_color * color;
   GdkColor fore;