diff options
author | 2014-03-31 10:23:22 +0000 | |
---|---|---|
committer | 2014-03-31 10:23:22 +0000 | |
commit | de513a0f98b7f75c36418a02ac406be086f9d5e9 (patch) | |
tree | ba6c9fb9b51783e9df073f753c158b8cdbc548cc /src/lib/util/unicode.c | |
parent | 2d7b9fac513854ce9549919f9d8e5bf77e9e37e2 (diff) |
reverting, sorry for this vconv needs to be updated (nw)
Diffstat (limited to 'src/lib/util/unicode.c')
-rw-r--r-- | src/lib/util/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/unicode.c b/src/lib/util/unicode.c index 8ffae847141..c87965415d7 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; - size_t auxlen, i; + int auxlen, i; char auxchar; /* validate parameters */ |