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 /rfc2045/testrfc3676parser.c | |
| parent | 51ba33a2e4b3a1e2679d240549c57963a845ae7c (diff) | |
| download | courier-libs-914d160ada16463a76d42011aa8d721134fba9b8.tar.bz2 | |
courier-unicode API update.
Diffstat (limited to 'rfc2045/testrfc3676parser.c')
| -rw-r--r-- | rfc2045/testrfc3676parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc2045/testrfc3676parser.c b/rfc2045/testrfc3676parser.c index 1a8c268..17e7477 100644 --- a/rfc2045/testrfc3676parser.c +++ b/rfc2045/testrfc3676parser.c @@ -15,7 +15,7 @@ static int line_begin(size_t quote_level, void *arg) return 0; } -static int line_contents(const unicode_char *txt, +static int line_contents(const char32_t *txt, size_t txt_size, void *arg) { |
