[PD-cvs] pd/src d_ctl.c,1.3.4.6,1.3.4.7

Thomas Grill xovo at users.sourceforge.net
Wed Jan 12 15:52:16 CET 2005


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

Modified Files:
      Tag: devel_0_38
	d_ctl.c 
Log Message:
fixed typo

Index: d_ctl.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_ctl.c,v
retrieving revision 1.3.4.6
retrieving revision 1.3.4.7
diff -C2 -d -r1.3.4.6 -r1.3.4.7
*** d_ctl.c	11 Jan 2005 21:41:14 -0000	1.3.4.6
--- d_ctl.c	12 Jan 2005 14:52:13 -0000	1.3.4.7
***************
*** 296,300 ****
  }
  
! static void *line_tilde_free(t_line * x)
  {
  	freealignedbytes(x->x_slopes, 4*sizeof(t_float));
--- 296,300 ----
  }
  
! static void line_tilde_free(t_line * x)
  {
  	freealignedbytes(x->x_slopes, 4*sizeof(t_float));





More information about the Pd-cvs mailing list