Commit 60ab24d9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix a warning

parent 104a9920
...@@ -68,7 +68,7 @@ static void test (const char *in, const char *out) ...@@ -68,7 +68,7 @@ static void test (const char *in, const char *out)
free (str); free (str);
} }
static void test_strcasestr (const char *h, const char *n, size_t offset) static void test_strcasestr (const char *h, const char *n, ssize_t offset)
{ {
printf ("\"%s\" should %sbe found in \"%s\"...\n", n, printf ("\"%s\" should %sbe found in \"%s\"...\n", n,
(offset != -1) ? "" : "not ", h); (offset != -1) ? "" : "not ", h);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment