We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b19c6 commit f35ea55Copy full SHA for f35ea55
Marlin/src/lcd/extui/ftdi_eve_touch_ui/ftdi_eve_lib/extended/unicode/unicode.cpp
@@ -74,7 +74,7 @@
74
return val;
75
}
76
77
- utf8_char_t FTDI::get_utf8_char_and_inc(char *&c) {
+ utf8_char_t FTDI::get_utf8_char_and_inc(const char *&c) {
78
utf8_char_t val = *(uint8_t*)c++;
79
if ((val & 0xC0) == 0xC0)
80
while ((*c & 0xC0) == 0x80)
0 commit comments