diff src/gtkimhtml.c @ 8907:00138e366ef8

[gaim-migrate @ 9677] " Fixes a few warnings on 64bit machines. Also fixes yahoo auth on 64bit machines which would have taken me awhile if marv didn't point me in the right direction. I've applied to my local 32bit copy and everything seems to be working fine." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 08 May 2004 23:34:30 +0000
parents 6c98b883580a
children 87e171358001
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sat May 08 18:37:00 2004 +0000
+++ b/src/gtkimhtml.c	Sat May 08 23:34:30 2004 +0000
@@ -553,7 +553,7 @@
 	primary = gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY) == clipboard;
 
 	if (info == TARGET_HTML) {
-		int len;
+		gsize len;
 		char *selection;
 		GString *str = g_string_new(NULL);
 		if (primary) {