Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
5f249791
Commit
5f249791
authored
Apr 26, 2004
by
Kurt Zeilenga
Browse files
ITS#3115: don't increment argument to TOLOWER macro
parent
aafe6800
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
5f249791
...
...
@@ -1749,7 +1749,7 @@ IA5StringNormalize(
}
else
if
(
casefold
)
{
/* Most IA5 rules require casefolding */
*
q
++
=
TOLOWER
(
*
p
++
)
;
*
q
++
=
TOLOWER
(
*
p
);
p
++
;
}
else
{
*
q
++
=
*
p
++
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment