about summary refs log tree commit diff
path: root/iconv/skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconv/skeleton.c')
-rw-r--r--iconv/skeleton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/iconv/skeleton.c b/iconv/skeleton.c
index f459ed588f..43d5d9e4a9 100644
--- a/iconv/skeleton.c
+++ b/iconv/skeleton.c
@@ -523,6 +523,7 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data,
 			    /* Run the conversion loop.  */
 			    nstatus = GEN_unaligned (FROM_LOOP) (step, data,
 								 inptrp, inend,
+								 &outbuf,
 								 (unsigned char *) outerr,
 								 lirreversiblep
 								 EXTRA_LOOP_ARGS);
@@ -530,6 +531,7 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data,
 			    /* Run the conversion loop.  */
 			    nstatus = GEN_unaligned (TO_LOOP) (step, data,
 							       inptrp, inend,
+							       &outbuf,
 							       (unsigned char *) outerr,
 							       lirreversiblep
 							       EXTRA_LOOP_ARGS);