glibc: Remove a ++ that was accidentally added.

Thanks to PulkoMandy for noticing!

Work towards bug #10396
This commit is contained in:
Jonathan Schleifer 2014-01-11 18:50:41 +01:00 committed by Alexander von Gluck IV
parent 624435c494
commit d1c7f766fd

View File

@ -924,7 +924,7 @@ hack_digit_callee1:
hack_digit_callee = 2;
goto hack_digit;
hack_digit_callee2:
*wcp++ = hack_digit_ret;
*wcp = hack_digit_ret;
if (*wcp != L'0')
significant = 1;
else if (significant == 0)