diff options
Diffstat (limited to 'iconvdata/euc-jp.c')
-rw-r--r-- | iconvdata/euc-jp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iconvdata/euc-jp.c b/iconvdata/euc-jp.c index 6cf89e3aa6..771dc069e8 100644 --- a/iconvdata/euc-jp.c +++ b/iconvdata/euc-jp.c @@ -222,8 +222,7 @@ { \ result = DL_CALL_FCT (step_data->__trans.__trans_fct, \ (step, step_data, *inptrp, \ - &inptr, inend, *outptrp, \ - &outptr, outend, \ + &inptr, inend, &outbuf, \ irreversible)); \ if (result != __GCONV_OK) \ break; \ |