Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / lib-config / write.c
index 446735cdcf8b3d052829de167f14e4b772229e92..194478279c0da77e3d4d8f5b5a86f645c3657d23 100644 (file)
@@ -77,7 +77,7 @@ static int config_has_specials(const char *text)
        g_return_val_if_fail(text != NULL, FALSE);
 
        while (*text != '\0') {
-               if (!isalnum((int) *text) && *text != '_')
+               if (!i_isalnum(*text) && *text != '_')
                        return TRUE;
                text++;
        }