[PD-cvs] pd/src g_graph.c,1.3.4.3,1.3.4.4

Thomas Grill xovo at users.sourceforge.net
Sat Jul 30 23:44:06 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	g_graph.c 
Log Message:
VC++ compilation fix

Index: g_graph.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_graph.c,v
retrieving revision 1.3.4.3
retrieving revision 1.3.4.4
diff -C2 -d -r1.3.4.3 -r1.3.4.4
*** g_graph.c	30 Jun 2005 18:20:30 -0000	1.3.4.3
--- g_graph.c	30 Jul 2005 21:44:04 -0000	1.3.4.4
***************
*** 997,1002 ****
  {
      t_glist *x = (t_glist *)z;
-     if(!x)return; /* JMZ 050630 */
      t_gobj *y;
      text_widgetbehavior.w_deletefn(z, glist);
      while (y = x->gl_list)
--- 997,1002 ----
  {
      t_glist *x = (t_glist *)z;
      t_gobj *y;
+     if(!x)return; /* JMZ 050630 */
      text_widgetbehavior.w_deletefn(z, glist);
      while (y = x->gl_list)





More information about the Pd-cvs mailing list