summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index c7f3c58ade..4a20fc3a36 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1777,7 +1777,7 @@ Perl__utf8n_to_uvchr_msgs_helper(const U8 *s,
* code point is all we need. */
for (i = curlen; i < expectlen; i++) {
min_uv = UTF8_ACCUMULATE(min_uv,
- I8_TO_NATIVE_UTF8(UTF_CONTINUATION_MARK));
+ I8_TO_NATIVE_UTF8(UTF_MIN_CONTINUATION_BYTE));
}
adjusted_s0 = temp_char_buf;