From 9afb0d739e96a8b5a8ac4a2ae19803443135d0e2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 20 Oct 2009 22:17:33 +0000 Subject: %zu not %u, doh. --- utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utf8.c') diff --git a/utf8.c b/utf8.c index 52cc709e..00b1c736 100644 --- a/utf8.c +++ b/utf8.c @@ -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) -- cgit