projects
/
pd-aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78860e
)
src/aubiosampler~.c: _open to return NULL
author
Paul Brossier
<piem@piem.org>
Sun, 12 Mar 2017 14:01:03 +0000
(15:01 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 12 Mar 2017 14:01:03 +0000
(15:01 +0100)
src/aubiosampler~.c
patch
|
blob
|
history
diff --git
a/src/aubiosampler~.c
b/src/aubiosampler~.c
index
c3bb76d
..
0067078
100644
(file)
--- a/
src/aubiosampler~.c
+++ b/
src/aubiosampler~.c
@@
-114,7
+114,7
@@
aubiosampler_tilde_open (t_aubiosampler_tilde *x, t_symbol *s, int argc, t_atom
t_symbol *uri = atom_getsymbolarg(0, argc, argv);
if (!*uri->s_name) {
post("aubiosampler~: open: no filename given");
- return;
+ return
NULL
;
}
if (aubio_sampler_queue(x->o, uri->s_name)) {
error("aubiosampler~: failed queuing %s", uri->s_name);