From a346d52dfffc44999d3f10226642f7baa9c5463b Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sun, 28 Nov 2004 21:20:43 +0000 Subject: unified "array" and "struct array" code. Vast changes to "g_array.c" and "g_template.c", and many smaller changes to various files. Not yet well tested. svn path=/trunk/; revision=2341 --- pd/src/m_binbuf.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'pd/src/m_binbuf.c') diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c index be9d882e..37362360 100644 --- a/pd/src/m_binbuf.c +++ b/pd/src/m_binbuf.c @@ -3,13 +3,6 @@ * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ -/* IOhannes : - * changed the canvas_restore in "g_canvas.c", so that it might accept $args as well (like "pd $0_test") - * so you can make multiple & distinguishable templates - * 1511:forum::für::umläute:2001 - * change marked with IOhannes - */ - #include #include "m_pd.h" #include "s_stuff.h" @@ -1199,7 +1192,7 @@ void binbuf_evalfile(t_symbol *name, t_symbol *dir) } binbuf_eval(b, 0, 0, 0); } - glob_setfilename(0, &s_, &s_); /* bug fix by Krzysztof Czaja */ + glob_setfilename(0, &s_, &s_); binbuf_free(b); canvas_resume_dsp(dspstate); } -- cgit v1.2.1