msvcp90: Fixed fraction digits ignoring in num_get_char__Getffld.
This commit is contained in:
parent
47261d63ca
commit
ca90f4723a
|
@ -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')) {
|
||||
|
|
Loading…
Reference in New Issue