msvcp90: Fixed fraction digits ignoring in num_get_char__Getffld.

oldstable
Piotr Caban 2012-06-22 10:26:06 +02:00 committed by Alexandre Julliard
parent 47261d63ca
commit ca90f4723a
1 changed files with 0 additions and 2 deletions

View File

@ -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')) {