Commit 16f021a2 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

oleaut32: Use -0.0 directly in test_VarBstrFromR4().

parent d792a522
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment