diff options
-rw-r--r-- | desiredata/src/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/kernel.c b/desiredata/src/kernel.c index 357df17f..257ee97b 100644 --- a/desiredata/src/kernel.c +++ b/desiredata/src/kernel.c @@ -1798,7 +1798,7 @@ t_symbol *binbuf_realizedollsym(t_symbol *s, int ac, t_atom *av, int tonew) { but does not happen when the A_DOLLSYM is the name of a subpatch */ /* JMZ: this should mimick the original behaviour */ if(!tonew && !next && buf.str().size()==0) return 0; - buf2 << buf; + buf2 << buf.str(); str+=next; substr=strchr(str, '$'); if(substr) { |