Skip to content
Snippets Groups Projects
Commit 5f249791 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#3115: don't increment argument to TOLOWER macro

parent aafe6800
Branches
Tags
No related merge requests found
......@@ -1749,7 +1749,7 @@ IA5StringNormalize(
} else if ( casefold ) {
/* Most IA5 rules require casefolding */
*q++ = TOLOWER(*p++);
*q++ = TOLOWER(*p); p++;
} else {
*q++ = *p++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment