aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/fstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/fstring.h')
-rw-r--r--src/libutil/fstring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/fstring.h b/src/libutil/fstring.h
index 88e41b47a..96749052c 100644
--- a/src/libutil/fstring.h
+++ b/src/libutil/fstring.h
@@ -40,8 +40,8 @@ typedef struct f_str_tok {
} rspamd_ftok_t;
typedef struct f_str_unicode_tok {
- gsize len; /* in uchars */
- const UChar *begin;
+ gsize len; /* in UChar32 */
+ const UChar32 *begin;
} rspamd_ftok_unicode_t;
/**