From d170066550c0a689120ca0b3891beb186cf51bc1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Sep 2000 22:44:49 +0000 Subject: Update. 2000-09-11 Ulrich Drepper * iconv/skeleton.c: Fix last patch, add missing parameter to unaligned function call. --- iconv/skeleton.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iconv/skeleton.c') 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); -- cgit v1.2.3