diff options
Diffstat (limited to 'sqwebmail/newmsg.h')
| -rw-r--r-- | sqwebmail/newmsg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sqwebmail/newmsg.h b/sqwebmail/newmsg.h index b86742a..3cd0394 100644 --- a/sqwebmail/newmsg.h +++ b/sqwebmail/newmsg.h @@ -30,7 +30,7 @@ struct wrap_info {  	void (*output_func)(const char *p, size_t l, void *arg);  	void *arg; -	const unicode_char *uc; +	const char32_t *uc;  	size_t ucsize;  	size_t cur_index; | 
