diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 4e70fedb2..0a9fb9830 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -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 |