summaryrefslogtreecommitdiff
path: root/iconvdata/utf-16.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/utf-16.c')
-rw-r--r--iconvdata/utf-16.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/iconvdata/utf-16.c b/iconvdata/utf-16.c
index 0be1108113..d24b55b2bc 100644
--- a/iconvdata/utf-16.c
+++ b/iconvdata/utf-16.c
@@ -208,7 +208,7 @@ gconv_end (struct __gconv_step *data)
break; \
} \
\
- ++*converted; \
+ ++*irreversible; \
inptr += 4; \
continue; \
} \
@@ -241,7 +241,7 @@ gconv_end (struct __gconv_step *data)
break; \
} \
\
- ++*converted; \
+ ++*irreversible; \
inptr += 4; \
continue; \
} \
@@ -315,7 +315,7 @@ gconv_end (struct __gconv_step *data)
break; \
} \
\
- ++*converted; \
+ ++*irreversible; \
continue; \
} \
\
@@ -358,7 +358,7 @@ gconv_end (struct __gconv_step *data)
break; \
} \
\
- ++*converted; \
+ ++*irreversible; \
continue; \
} \
\