ref: 2db10552706cecbedd76af3987249e9bdb21d6ae
parent: 795a0c5a2377c4a454eef75f728f1f8b1e145288
author: robs <robs>
date: Mon Dec 29 15:29:18 EST 2008
quash warning
--- a/src/rate.c
+++ b/src/rate.c
@@ -620,7 +620,7 @@
args[2] = arg;
sprintf(arg, "%f", bandwidth);
return argc? lsx_usage(effp) :
- sox_rate_effect_fn()->getopts(effp, array_length(args), args);
+ sox_rate_effect_fn()->getopts(effp, (int)array_length(args), args);
}
sox_effect_handler_t const * sox_polyphase_effect_fn(void)