From 3a9c1340925c61f6e0d65422a5d7cee30b1ad73e Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 2 Jun 2009 23:41:47 +0000 Subject: fixed dollsym expansion svn path=/trunk/; revision=11633 --- desiredata/src/kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desiredata') 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) { -- cgit v1.2.1