[vlc-commits] commit: Fix a warning ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Fri Oct 8 21:35:46 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Oct 8 22:35:33 2010 +0300| [60ab24d9d006ed4407e22332c69ea8ccb34c9784] | committer: Rémi Denis-Courmont
Fix a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60ab24d9d006ed4407e22332c69ea8ccb34c9784
---
src/test/utf8.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/test/utf8.c b/src/test/utf8.c
index 0c4425d..3a29bc2 100644
--- a/src/test/utf8.c
+++ b/src/test/utf8.c
@@ -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);
More information about the vlc-commits
mailing list