Module: wine Branch: master Commit: ca90f4723a03e5812942addf3ec4cd168afa3dc1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca90f4723a03e5812942addf3e...
Author: Piotr Caban piotr@codeweavers.com Date: Fri Jun 22 10:26:06 2012 +0200
msvcp90: Fixed fraction digits ignoring in num_get_char__Getffld.
---
dlls/msvcp90/locale.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c index 728ce3b..8a2fb93 100644 --- a/dlls/msvcp90/locale.c +++ b/dlls/msvcp90/locale.c @@ -4686,8 +4686,6 @@ int __cdecl num_get_char__Getffld(const num_get *this, char *dest, istreambuf_it break; else if(dest<num_end) *dest++ = first->val; - else - exp--; }
if(first->strbuf && (first->val=='e' || first->val=='E')) {