r962: convert 'unsigned' and 'unsigned int' to uint_t
[jelmer/samba4-debian.git] / source / lib / iconv.c
index 65fa45248ffce7e5b4d6f86222339f37b4784dd1..f75621af099155a5403f7f9e3b5082e9a405794c 100644 (file)
@@ -326,7 +326,7 @@ static size_t ucs2hex_pull(void *cd, const char **inbuf, size_t *inbytesleft,
                         char **outbuf, size_t *outbytesleft)
 {
        while (*inbytesleft >= 1 && *outbytesleft >= 2) {
-               unsigned v;
+               uint_t v;
 
                if ((*inbuf)[0] != '@') {
                        /* seven bit ascii case */