From b99299219fdb684b1318ecbea146a1b4e0868e2e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 3 Sep 2000 19:33:26 +0000 Subject: [PATCH] Fix typo --- libraries/libldap/utf-8.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/libldap/utf-8.c b/libraries/libldap/utf-8.c index 0d12f010a3..07243b786d 100644 --- a/libraries/libldap/utf-8.c +++ b/libraries/libldap/utf-8.c @@ -400,7 +400,6 @@ ber_len_t (ldap_utf8_strspn)( const char *str, const char *set ) const char *cset; for( cstr = str; *cstr != '\0'; LDAP_UTF8_INCR(cstr) ) { - for( cset = set; ; LDAP_UTF8_INCR(cset) ) { if( *cset == '\0' ) { return cstr - str; -- 2.39.5