about summary refs log tree commit diff
path: root/iconvdata/big5.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/big5.c')
-rw-r--r--iconvdata/big5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/iconvdata/big5.c b/iconvdata/big5.c
index 363b2506d6..a52f850f73 100644
--- a/iconvdata/big5.c
+++ b/iconvdata/big5.c
@@ -8463,7 +8463,7 @@ static const char from_ucs4_tab13[][2] =
 	      }								      \
 									      \
 	    ++inptr;							      \
-	    ++*converted;						      \
+	    ++*irreversible;						      \
 	    continue;							      \
 	  }								      \
 									      \
@@ -8481,7 +8481,7 @@ static const char from_ucs4_tab13[][2] =
 	      }								      \
 									      \
 	    inptr += 2;							      \
-	    ++*converted;						      \
+	    ++*irreversible;						      \
 	    continue;							      \
 	  }								      \
 									      \
@@ -8589,7 +8589,7 @@ static const char from_ucs4_tab13[][2] =
 	    break;							      \
 	  }								      \
 									      \
-	++*converted;							      \
+	++*irreversible;						      \
       }									      \
     else								      \
       {									      \