From afca7555491ff7094ed3b4a2154dcdc641dff554 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 9 Sep 2020 12:31:16 -0400 Subject: [PATCH] lol cast --- vorbis.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vorbis.d b/vorbis.d index 2224836..bfc78c6 100644 --- a/vorbis.d +++ b/vorbis.d @@ -756,7 +756,7 @@ private float float32_unpack (uint x) { uint sign = x&0x80000000; uint exp = (x&0x7fe00000)>>21; double res = (sign ? -cast(double)mantissa : cast(double)mantissa); - return cast(float)ldexp(cast(float)res, exp-788); + return cast(float)ldexp(cast(float)res, cast(int)exp-788); } // zlib & jpeg huffman tables assume that the output symbols