commit | 2843399b5a82bcfe0a61eebc504323058d3c91f6 | [log] [tgz] |
---|---|---|
author | Googler <no-reply@google.com> | Wed May 29 14:58:51 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 29 14:59:21 2024 -0700 |
tree | a19982ec950f55c38cd1ecfe3cbced889502825b | |
parent | 98c2e871faa3c10c632a0f1131086a1cfa7987ee [diff] |
No public description PiperOrigin-RevId: 638422913
diff --git a/src/hunspell/hunspell.cxx b/src/hunspell/hunspell.cxx index 4e7dcd5..54665ce 100644 --- a/src/hunspell/hunspell.cxx +++ b/src/hunspell/hunspell.cxx
@@ -410,7 +410,7 @@ wl2 = u8_u16(tmpword, MAXWORDLEN, cw); *apostrophe = '\''; if (wl2 < nc) { - mkinitcap2(apostrophe + 1, unicw + wl2 + 1, nc - wl2 - 1); + mkinitcap2(apostrophe + 1, unicw + (wl2 + 1), nc - wl2 - 1); rv = checkword(cw, info, root); if (rv) break; }