From 2cc9ca4c5e2c5c65764ff43beb1f21f93ca3aac8 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 31 Mar 2014 10:06:05 +0000 Subject: VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) --- src/lib/util/unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/unicode.c') diff --git a/src/lib/util/unicode.c b/src/lib/util/unicode.c index c87965415d7..8ffae847141 100644 --- a/src/lib/util/unicode.c +++ b/src/lib/util/unicode.c @@ -30,7 +30,7 @@ int uchar_isvalid(unicode_char uchar) int uchar_from_utf8(unicode_char *uchar, const char *utf8char, size_t count) { unicode_char c, minchar; - int auxlen, i; + size_t auxlen, i; char auxchar; /* validate parameters */ -- cgit v1.2.3-70-g09d2