mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 11:44:18 +08:00
Fix a warning
This commit is contained in:
parent
104a9920e9
commit
60ab24d9d0
@ -68,7 +68,7 @@ static void test (const char *in, const char *out)
|
||||
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,
|
||||
(offset != -1) ? "" : "not ", h);
|
||||
|
Loading…
Reference in New Issue
Block a user