loudmouth/lm-parser.c
changeset 140 103227122f45
parent 102 f47119027379
child 153 b2324df84971
--- a/loudmouth/lm-parser.c	Tue Apr 18 13:47:21 2006 +0000
+++ b/loudmouth/lm-parser.c	Wed Apr 19 11:42:53 2006 +0000
@@ -252,7 +252,7 @@
         }
         
         if (g_markup_parse_context_parse (parser->context, string, 
-                                          strlen (string), NULL)) {
+                                          (gssize)strlen (string), NULL)) {
         } else {
                 g_warning ("Parsing failed\n");
         }