summary refs log tree commit diff
path: root/iconvdata/iso646.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/iso646.c')
-rw-r--r--iconvdata/iso646.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/iso646.c b/iconvdata/iso646.c
index ea36ebc5cd..cdc77fc651 100644
--- a/iconvdata/iso646.c
+++ b/iconvdata/iso646.c
@@ -413,7 +413,7 @@ gconv_end (struct __gconv_step *data)
 	    break;							      \
 	  }								      \
 									      \
-	++*converted;							      \
+	++*irreversible;						      \
       }									      \
     else								      \
       {									      \
@@ -890,7 +890,7 @@ gconv_end (struct __gconv_step *data)
 	    break;							      \
 	  }								      \
 									      \
-	++*converted;							      \
+	++*irreversible;						      \
       }									      \
     else								      \
       *outptr++ = (unsigned char) ch;					      \