Commit 7ab7f532 authored by Alexander Barkov's avatar Alexander Barkov

Fixing a typo in the previous commit.

parent fff30e26
......@@ -84,7 +84,7 @@
IS_CONTINUATION_BYTE(b2) && \
IS_CONTINUATION_BYTE(b3) && \
(b0 >= 0xf1 || b1 >= 0x90) && \
(b0 <= 0xf3 || s[1] <= 0x8F))
(b0 <= 0xf3 || b1 <= 0x8F))
/* Convert individual bytes to Unicode code points */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment