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/testhtml.c | |
| parent | 51ba33a2e4b3a1e2679d240549c57963a845ae7c (diff) | |
| download | courier-libs-914d160ada16463a76d42011aa8d721134fba9b8.tar.bz2 | |
courier-unicode API update.
Diffstat (limited to 'sqwebmail/testhtml.c')
| -rw-r--r-- | sqwebmail/testhtml.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sqwebmail/testhtml.c b/sqwebmail/testhtml.c index aa7572f..a940486 100644 --- a/sqwebmail/testhtml.c +++ b/sqwebmail/testhtml.c @@ -3,7 +3,7 @@  #include <stdio.h>  #include <string.h> -static void write_stdout(const unicode_char *uc, size_t n, void *dummy) +static void write_stdout(const char32_t *uc, size_t n, void *dummy)  {  	while (n)  	{ @@ -21,7 +21,7 @@ int main(int argc, char **argv)  {  	struct htmlfilter_info *p;  	char buf[1024]; -	unicode_char ubuf[1024]; +	char32_t ubuf[1024];  	size_t n;  	p=htmlfilter_alloc(write_stdout, NULL); | 
