From: Kurt Zeilenga Date: Mon, 28 May 2001 19:42:22 +0000 (+0000) Subject: Fix wrapping separators (no functional change) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1383 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52067f461e3f1abce8734cea878d8aad1cf0be67;p=openldap Fix wrapping separators (no functional change) --- diff --git a/libraries/libldap/utf-8-conv.c b/libraries/libldap/utf-8-conv.c index 8050315588..bdd43bcb06 100644 --- a/libraries/libldap/utf-8-conv.c +++ b/libraries/libldap/utf-8-conv.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 2000 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 2000-2001 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -70,7 +70,7 @@ Note: This code does not prevent UTF-8 sequences which are longer than necessary from being decoded. */ -/*------------------------------------------------------------------------------ +/*----------------------------------------------------------------------------- Convert a UTF-8 character to a wide char. Return the length of the UTF-8 input character in bytes. */ @@ -163,7 +163,7 @@ ldap_x_utf8s_to_wcs ( wchar_t *wcstr, const char *utf8str, size_t count ) } -/*------------------------------------------------------------------------------ +/*----------------------------------------------------------------------------- Convert one wide char to a UTF-8 character. Return the length of the converted UTF-8 character in bytes. No more than 'count' bytes will be written to the output buffer.