We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313f10c commit f2b9a34Copy full SHA for f2b9a34
1 file changed
Modules/audioop.c
@@ -37,7 +37,7 @@ fbound(double val, double minval, double maxval)
37
val = maxval;
38
else if (val < minval + 1)
39
val = minval;
40
- return val;
+ return (int)val;
41
}
42
43
0 commit comments