summaryrefslogtreecommitdiffstats
path: root/imap/imapd.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/imapd.c')
-rw-r--r--imap/imapd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/imapd.c b/imap/imapd.c
index 07fa057..93317df 100644
--- a/imap/imapd.c
+++ b/imap/imapd.c
@@ -4115,7 +4115,7 @@ int folder_rename(struct maildir_info *mi1,
static int validate_charset(const char *tag, char **charset)
{
unicode_convert_handle_t conv;
- unicode_char *ucptr;
+ char32_t *ucptr;
size_t ucsize;
if (*charset == NULL)