From 25ed66df1c96c44357d5d89d7feebbcd44fd4ceb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 9 Jun 2010 16:42:21 +0200 Subject: empathy_string_replace_escaped: use gsize instead of gssize Avoid signed/unsigned comparaison in the for loop. --- libempathy-gtk/empathy-string-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') 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); -- cgit v1.2.3