From ca90f4723a03e5812942addf3ec4cd168afa3dc1 Mon Sep 17 00:00:00 2001 From: Piotr Caban Date: Fri, 22 Jun 2012 10:26:06 +0200 Subject: [PATCH] msvcp90: Fixed fraction digits ignoring in num_get_char__Getffld. --- dlls/msvcp90/locale.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c index 728ce3bf1d1..8a2fb932490 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(destval; - else - exp--; } if(first->strbuf && (first->val=='e' || first->val=='E')) {