Mercurial > audlegacy
changeset 3556:23fcb140ee13 trunk
use ->len, not ->length.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 18 Sep 2007 13:26:04 -0500 |
parents | a73951b8cd9f |
children | 0cabda3eade8 |
files | src/audacious/effect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/effect.c Tue Sep 18 13:21:08 2007 -0500 +++ b/src/audacious/effect.c Tue Sep 18 13:26:04 2007 -0500 @@ -187,7 +187,7 @@ context->channels = new_nch; } - context->length = effect_do_mod_samples(&context->data, context->length, + context->len = effect_do_mod_samples(&context->data, context->len, context->fmt, context->srate, context->channels); }