aboutsummaryrefslogtreecommitdiff
path: root/src/charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index 28dacf1a15..fb2ed7be44 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -352,7 +352,7 @@ char_u *transstr(char_u *s)
transchar_hex(hexbuf, c);
len += (int)STRLEN(hexbuf);
}
- } else {
+ } else {
l = byte2cells(*p++);
if (l > 0) {