[PD-cvs] pd/src m_pd.c,1.3.8.5,1.3.8.6

Mathieu Bouchard matju at users.sourceforge.net
Sun Jul 2 02:34:56 CEST 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24663

Modified Files:
      Tag: devel_0_39
	m_pd.c 
Log Message:
finally found how to initialize g_adix cleanly (?)


Index: m_pd.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.c,v
retrieving revision 1.3.8.5
retrieving revision 1.3.8.6
diff -C2 -d -r1.3.8.5 -r1.3.8.6
*** m_pd.c	1 Jul 2006 04:23:04 -0000	1.3.8.5
--- m_pd.c	2 Jul 2006 00:34:53 -0000	1.3.8.6
***************
*** 16,19 ****
--- 16,20 ----
      x = (t_pd *)t_getbytes(c->c_size);
      *x = c;
+     if (c->c_gobj) ((t_gobj *)x)->g_adix = appendix_new((t_gobj *)x);
      if (c->c_patchable)
      {





More information about the Pd-cvs mailing list