]> mj.ucw.cz Git - libucw.git/blobdiff - charset/setnames.c
XTypes: Fixed dump of configuration.
[libucw.git] / charset / setnames.c
index d4d8f3e081d05dabf0b1f81178844fedded402ef..3f4cdda67bf6274bed957275ae380535be58700a 100644 (file)
@@ -48,7 +48,7 @@ static const char *cs_names[] = {
 int
 find_charset_by_name(const char *c)
 {
-       unsigned int i;
+       uint i;
 
        for(i=0; i<CONV_NUM_CHARSETS; i++)
                if (!strcasecmp(cs_names[i], c))