summary refs log tree commit diff
path: root/iconvdata/euc-tw.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/euc-tw.c')
-rw-r--r--iconvdata/euc-tw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/iconvdata/euc-tw.c b/iconvdata/euc-tw.c
index ee88d4e2a7..f3152478e2 100644
--- a/iconvdata/euc-tw.c
+++ b/iconvdata/euc-tw.c
@@ -197,8 +197,7 @@
 		  {							      \
 		    result = DL_CALL_FCT (step_data->__trans.__trans_fct,     \
 					  (step, step_data, *inptrp, &inptr,  \
-					   inend, *outptrp, &outptr, outend,  \
-					   irreversible));		      \
+					   inend, &outbuf, irreversible));    \
 		    if (result != __GCONV_OK)				      \
 		      break;						      \
 		  }							      \