minor changes for address conversion
[oweals/gnunet.git] / src / fs / fs_uri.c
index 48fc96a1a49f0c91ac717fc15b9330e6dec70b09..d90fa42a51b1296feb8c16b52e70bec1286865a2 100644 (file)
@@ -309,7 +309,7 @@ uri_ksk_parse (const char *s, char **emsg)
   iret = max;
   dup = GNUNET_strdup (s);
   keywords = GNUNET_malloc (max * sizeof (char *));
-  for (i = slen - 1; i >= pos; i--)
+  for (i = slen - 1; i >= (int) pos; i--)
   {
     if ((s[i] == '%') && (&s[i] == strstr (&s[i], "%22")))
     {