Fix last commit.

This commit is contained in:
Andreas Jaeger 2004-02-07 16:27:50 +00:00
parent 33ed6903d3
commit 540e1b4570

View File

@ -561,7 +561,6 @@ internal_ucs4le_loop_single (struct __gconv_step *step,
(*outptrp)[2] = state->__value.__wchb[1]; (*outptrp)[2] = state->__value.__wchb[1];
(*outptrp)[3] = state->__value.__wchb[0]; (*outptrp)[3] = state->__value.__wchb[0];
*outptrp += 4;
#else #else
/* XXX unaligned */ /* XXX unaligned */
(*outptrp)[0] = state->__value.__wchb[0]; (*outptrp)[0] = state->__value.__wchb[0];
@ -570,6 +569,7 @@ internal_ucs4le_loop_single (struct __gconv_step *step,
(*outptrp)[3] = state->__value.__wchb[3]; (*outptrp)[3] = state->__value.__wchb[3];
#endif #endif
*outptrp += 4; *outptrp += 4;
/* Clear the state buffer. */ /* Clear the state buffer. */