diff options
-rwxr-xr-x | gui/envgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/envgen.c b/gui/envgen.c index 01e3456..79346fc 100755 --- a/gui/envgen.c +++ b/gui/envgen.c @@ -204,7 +204,7 @@ static void envgen_sustain(t_envgen *x, t_floatarg f) if (f > 0 && f < x->last_state) x->sustain_state = f; else - post("ERROR: sustain value not betweem 0 and %f",x->last_state); + pd_error(x,"sustain value not betweem 0 and %f, ignoring message", x->last_state); } |