From eacf70f4603c669a003f502e84a7d28435368344 Mon Sep 17 00:00:00 2001 From: Ed Kelly Date: Fri, 24 Nov 2006 13:42:46 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r6419, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ekext/; revision=6420 --- hasc~/hasc~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasc~/hasc~.c b/hasc~/hasc~.c index bb2e8b2..eb0a56e 100644 --- a/hasc~/hasc~.c +++ b/hasc~/hasc~.c @@ -45,7 +45,7 @@ t_int *hasc_tilde_perform(t_int *w) double vectorr, vectori; double alpha; x->f_topbin = 0; - x->f_thresh > 0 ? x->f_thresh : 1; + x->f_thresh = x->f_thresh > 0 ? x->f_thresh : 1; while (n--) { -- cgit v1.2.1