diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2006-08-18 19:00:59 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2006-08-18 19:00:59 +0000 |
commit | 4599cca711f41daf6e460c70dd9e889a6a16cae1 (patch) | |
tree | b59f8de13dbb98954c892e6ed2c3dd7d5ff49b64 /pd/src/m_binbuf.c | |
parent | bae79b72743961e23ae0f22d186d24972a773a3f (diff) |
put m_pd.h, s_stuff.h in quotes instead of brackets on s_audio_jack.c
svn path=/trunk/; revision=5661
Diffstat (limited to 'pd/src/m_binbuf.c')
-rw-r--r-- | pd/src/m_binbuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c index 06c3c6a2..4bea4942 100644 --- a/pd/src/m_binbuf.c +++ b/pd/src/m_binbuf.c @@ -528,7 +528,6 @@ t_symbol *binbuf_realizedollsym(t_symbol *s, int ac, t_atom *av, int tonew) } } done: - post("realize %s->%s", s->s_name, buf2); return (gensym(buf2)); } |