mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 441303 - jsutil.cpp does not compile with Visual Studio 2003. r=crowder
This commit is contained in:
parent
998d3d0b7a
commit
524529369e
@ -89,7 +89,7 @@ BinToVal(uintN logscale, uintN bin)
|
||||
if (logscale == 2)
|
||||
return JS_BIT(bin);
|
||||
JS_ASSERT(logscale == 10);
|
||||
return (uint32) pow(10, (double) bin);
|
||||
return (uint32) pow(10.0, (double) bin);
|
||||
}
|
||||
|
||||
static uintN
|
||||
|
Loading…
Reference in New Issue
Block a user