http://bugs.winehq.com/show_bug.cgi?id=1789
bon@elektron.ikp.physik.tu-darmstadt.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From bon@elektron.ikp.physik.tu-darmstadt.de 2003-22-10 14:28 ------- It seems the MS msvcrt gives exponents as Exxx(three digits), while glibc sprintf (which wine msvcrt uses) gives exponents as Exx (two digits)
If applications rely on this behaviour, we have to implement the xsprintf function family. Volunteers welcome...
I added the todo_wine test for msvcrt