diff options
| author | Sam Varshavchik | 2014-01-12 13:26:54 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2014-01-12 13:26:54 -0500 | 
| commit | 40ed34ef54ac459116e2a37b63955c75a18a9441 (patch) | |
| tree | b4239ed6454f45853de0be3c5a8266e310f7f0b1 /sqwebmail/sqispell.c | |
| parent | a307e734a37763fc25778adffc2cd5c0d0390555 (diff) | |
| download | courier-libs-40ed34ef54ac459116e2a37b63955c75a18a9441.tar.bz2 | |
Reconfigure against the standalone unicode library.
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 e695353..3e72873 100644 --- a/sqwebmail/sqispell.c +++ b/sqwebmail/sqispell.c @@ -392,7 +392,7 @@ static void show_part(const char *ptr, size_t cnt)  	size_t ucsize;  	int conv_err; -	if (libmail_u_convert_tou_tobuf(ptr, cnt, +	if (unicode_convert_tou_tobuf(ptr, cnt,  					sqwebmail_content_charset,  					&uc,  					&ucsize, | 
