aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Kelly <edkelly@users.sourceforge.net>2006-11-24 13:42:46 +0000
committerEd Kelly <edkelly@users.sourceforge.net>2006-11-24 13:42:46 +0000
commiteacf70f4603c669a003f502e84a7d28435368344 (patch)
tree2a13a9c8111a790f46a59f43daaf39a312312876
parentd6a67480c749ea554447795158a62f1b0330b6a4 (diff)
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
-rw-r--r--hasc~/hasc~.c2
1 files changed, 1 insertions, 1 deletions
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--)
{