oleaut32: Use -0.0 directly in test_VarBstrFromR4().

This commit is contained in:
Gerald Pfeifer 2007-11-01 15:02:08 +01:00 committed by Alexandre Julliard
parent d792a522c3
commit 16f021a22e

View File

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