diff options
-rw-r--r-- | libempathy-gtk/empathy-string-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-string-parser.c b/libempathy-gtk/empathy-string-parser.c index 52c726c69..45ae6a720 100644 --- a/libempathy-gtk/empathy-string-parser.c +++ b/libempathy-gtk/empathy-string-parser.c @@ -186,7 +186,7 @@ empathy_string_replace_escaped (const gchar *text, GString *string = user_data; gchar *escaped; guint i; - gssize escaped_len, old_len; + gsize escaped_len, old_len; escaped = g_markup_escape_text (text, len); escaped_len = strlen (escaped); |