%zu not %u, doh.

This commit is contained in:
Nicholas Marriott
2009-10-20 22:17:33 +00:00
parent 6f2169037e
commit 9afb0d739e
2 changed files with 2 additions and 2 deletions

2
utf8.c
View File

@ -227,7 +227,7 @@ utf8_open(struct utf8_data *utf8data, u_char ch)
/*
* Append character to UTF-8, closing if finished.
*
* Returns 1 if more UTF-8 data to come, 1 if finished.
* Returns 1 if more UTF-8 data to come, 0 if finished.
*/
int
utf8_append(struct utf8_data *utf8data, u_char ch)