[PD-cvs] pd/src x_connective.c,1.3.4.1.2.10.2.3,1.3.4.1.2.10.2.4

Mathieu Bouchard matju at users.sourceforge.net
Wed Jan 3 07:42:04 CET 2007


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

Modified Files:
      Tag: desiredata
	x_connective.c 
Log Message:
removed t_gstub


Index: x_connective.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/x_connective.c,v
retrieving revision 1.3.4.1.2.10.2.3
retrieving revision 1.3.4.1.2.10.2.4
diff -C2 -d -r1.3.4.1.2.10.2.3 -r1.3.4.1.2.10.2.4
*** x_connective.c	8 Dec 2006 06:45:07 -0000	1.3.4.1.2.10.2.3
--- x_connective.c	3 Jan 2007 06:42:01 -0000	1.3.4.1.2.10.2.4
***************
*** 768,772 ****
          gpointer_unset(x->x_gpointer);
          *x->x_gpointer = *gp;
!         if (gp->gp_stub) gp->gp_stub->gs_refcount++;
          pack_bang(x);
      }
--- 768,772 ----
          gpointer_unset(x->x_gpointer);
          *x->x_gpointer = *gp;
!         if (gp->o) gp->o->refcount++;
          pack_bang(x);
      }





More information about the Pd-cvs mailing list