summary refs log tree commit diff
path: root/iconvdata/uhc.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/uhc.c')
-rw-r--r--iconvdata/uhc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/iconvdata/uhc.c b/iconvdata/uhc.c
index 767c21f513..d62f93bf29 100644
--- a/iconvdata/uhc.c
+++ b/iconvdata/uhc.c
@@ -3076,7 +3076,7 @@ static const char uhc_hangul_from_ucs[11172][2] =
 	  }								      \
 									      \
 	++inptr;							      \
-	++*converted;							      \
+	++*irreversible;						      \
 	continue;							      \
       }									      \
     else								      \
@@ -3130,7 +3130,7 @@ static const char uhc_hangul_from_ucs[11172][2] =
 		  }							      \
 									      \
 		++inptr;						      \
-		++*converted;						      \
+		++*irreversible;					      \
 		continue;						      \
 	      }								      \
 									      \
@@ -3151,7 +3151,7 @@ static const char uhc_hangul_from_ucs[11172][2] =
 		  }							      \
 									      \
 		inptr += 2;						      \
-		++*converted;						      \
+		++*irreversible;					      \
 		continue;						      \
 	      }								      \
 									      \
@@ -3171,7 +3171,7 @@ static const char uhc_hangul_from_ucs[11172][2] =
 		  }							      \
 									      \
 		inptr += 2;						      \
-		++*converted;						      \
+		++*irreversible;					      \
 		continue;						      \
 	      }								      \
 	  }								      \
@@ -3229,7 +3229,7 @@ static const char uhc_hangul_from_ucs[11172][2] =
 	      }								      \
 									      \
 	    inptr += 4;							      \
-	    ++*converted;						      \
+	    ++*irreversible;						      \
 	    continue;							      \
 	  }								      \
 									      \
@@ -3261,7 +3261,7 @@ static const char uhc_hangul_from_ucs[11172][2] =
 	      }								      \
 									      \
 	    inptr += 4;							      \
-	    ++*converted;						      \
+	    ++*irreversible;						      \
 	    continue;							      \
 	  }								      \
 									      \