diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-09-15 03:17:27 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-09-15 03:17:27 +0000 |
commit | 46f38b8d427735b339a98994b0db776b874f05ad (patch) | |
tree | 9292d6021d77955d5b63531176dec11d51312ddf /pd/src/d_soundfile.c | |
parent | b8827f17107c537f192c60eef0d7840ba1d2d3e8 (diff) |
Bug fixes for 0.39-0, in preparation for releasing 0.39-1.
svn path=/trunk/; revision=3561
Diffstat (limited to 'pd/src/d_soundfile.c')
-rw-r--r-- | pd/src/d_soundfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pd/src/d_soundfile.c b/pd/src/d_soundfile.c index 0ec2c2af..9b51c10f 100644 --- a/pd/src/d_soundfile.c +++ b/pd/src/d_soundfile.c @@ -2295,6 +2295,7 @@ static void writesf_open(t_writesf *x, t_symbol *s, int argc, t_atom *argv) pd_error(x, "writesf~: usage: open [-bytes [234]] [-wave,-nextstep,-aiff] ..."); post("... [-big,-little] [-rate ####] filename"); + return; } if (normalize || onset || (nframes != 0x7fffffff)) pd_error(x, "normalize/onset/nframes argument to writesf~: ignored"); |