Re: msvcrt: Fix printf exponent with tests (resend/update)
9 Jul
2008
9 Jul
'08
10:36 a.m.
Jon Griffiths <jon_p_griffiths(a)yahoo.com> writes:
diff --git a/dlls/msvcrt/wcs.c b/dlls/msvcrt/wcs.c index 14daf90..bbbc3f1 100644 --- a/dlls/msvcrt/wcs.c +++ b/dlls/msvcrt/wcs.c @@ -481,6 +481,44 @@ static void pf_integer_conv( char *buf, int buf_len, pf_flags *flags, return; }
+/* pf_fixup_exponent: convert a string containing a 1 or 2 digit exponent + to 3 digits, accounting for padding, in place */
The comments don't match the code, you don't handle a 1 digit exponent. -- Alexandre Julliard julliard(a)winehq.org
6456
Age (days ago)
6456
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard