aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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--)
{