From 52067f461e3f1abce8734cea878d8aad1cf0be67 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 28 May 2001 19:42:22 +0000 Subject: [PATCH] Fix wrapping separators (no functional change) --- libraries/libldap/utf-8-conv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5