From 540e1b457050d4b355f3dba5f196e6cedc5ab69b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 7 Feb 2004 16:27:50 +0000 Subject: [PATCH] Fix last commit. --- iconv/gconv_simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index b8cc017..238e329 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -561,7 +561,6 @@ internal_ucs4le_loop_single (struct __gconv_step *step, (*outptrp)[2] = state->__value.__wchb[1]; (*outptrp)[3] = state->__value.__wchb[0]; - *outptrp += 4; #else /* XXX unaligned */ (*outptrp)[0] = state->__value.__wchb[0]; @@ -570,6 +569,7 @@ internal_ucs4le_loop_single (struct __gconv_step *step, (*outptrp)[3] = state->__value.__wchb[3]; #endif + *outptrp += 4; /* Clear the state buffer. */ -- 2.7.4