diff options
| author | Sam Varshavchik | 2017-03-09 06:47:37 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2017-03-09 06:47:37 -0500 | 
| commit | 914d160ada16463a76d42011aa8d721134fba9b8 (patch) | |
| tree | 0ca27e91d287778259c8b8f50b7cec0f5e4bafa4 /sqwebmail/sqispell.c | |
| parent | 51ba33a2e4b3a1e2679d240549c57963a845ae7c (diff) | |
| download | courier-libs-914d160ada16463a76d42011aa8d721134fba9b8.tar.bz2 | |
courier-unicode API update.
Diffstat (limited to 'sqwebmail/sqispell.c')
| -rw-r--r-- | sqwebmail/sqispell.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sqwebmail/sqispell.c b/sqwebmail/sqispell.c index 3e72873..51f1cfa 100644 --- a/sqwebmail/sqispell.c +++ b/sqwebmail/sqispell.c @@ -388,7 +388,7 @@ static void showfunc(const char *p, size_t n, void *dummy)  static void show_part(const char *ptr, size_t cnt)  { -	unicode_char *uc; +	char32_t *uc;  	size_t ucsize;  	int conv_err; | 
