mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:55:41 +00:00
[CRT:MATH] Fix a bug in _handle_error
This commit is contained in:
parent
35bc1e1d9e
commit
d736b55644
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ _handle_error(
|
|||
double arg2,
|
||||
int nargs)
|
||||
{
|
||||
float retval = *(double*)&value;
|
||||
double retval = *(double*)&value;
|
||||
|
||||
_invoke_matherr(type, fname, arg1, arg2, retval);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue