mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
oleaut32: Use -0.0 directly in test_VarBstrFromR4().
This commit is contained in:
parent
d792a522c3
commit
16f021a22e
@ -4747,7 +4747,7 @@ static void test_VarBstrFromR4(void)
|
||||
}
|
||||
}
|
||||
|
||||
f = -1e-400; /* deliberately cause underflow */
|
||||
f = -0.0;
|
||||
hres = pVarBstrFromR4(f, lcid, 0, &bstr);
|
||||
ok(hres == S_OK, "got hres 0x%08x\n", hres);
|
||||
if (bstr)
|
||||
|
Loading…
Reference in New Issue
Block a user