]> git.0d.be Git - empathy.git/commitdiff
gssize isn't an int on various platforms
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 26 Nov 2009 09:35:42 +0000 (09:35 +0000)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 26 Nov 2009 09:39:24 +0000 (09:39 +0000)
libempathy-gtk/empathy-theme-adium.c

index 4e70fedb227f1f386f147d5ad880a2043d84941a..0a9fb98301edbf08dfc8d9fc005061a9a182e17a 100644 (file)
@@ -256,7 +256,7 @@ theme_adium_replace_smiley (const gchar *text,
        /* Replace smiley by a <img/> tag */
        g_string_append_printf (string,
                                "<img src=\"%s\" alt=\"%.*s\" title=\"%.*s\"/>",
-                               hit->path, len, text, len, text);
+                               hit->path, (int)len, text, (int)len, text);
 }
 
 static void