[empathy] gssize isn't an int on various platforms
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] gssize isn't an int on various platforms
- Date: Thu, 26 Nov 2009 09:39:38 +0000 (UTC)
commit 0ab9a70d10856dd6876b9a4b31bcf7f5f1663495
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Thu Nov 26 09:35:42 2009 +0000
gssize isn't an int on various platforms
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 4e70fed..0a9fb98 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]