[PD-cvs] pd/src desire.c,1.1.2.217.2.233,1.1.2.217.2.234

Mathieu Bouchard matju at users.sourceforge.net
Mon Aug 20 06:55:34 CEST 2007


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
fix for FloatBox and SymbolBox


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.233
retrieving revision 1.1.2.217.2.234
diff -C2 -d -r1.1.2.217.2.233 -r1.1.2.217.2.234
*** desire.c	20 Aug 2007 04:06:28 -0000	1.1.2.217.2.233
--- desire.c	20 Aug 2007 04:55:30 -0000	1.1.2.217.2.234
***************
*** 5453,5457 ****
      inlet_new(x,x,0,0);
      outlet_new(x, type == A_FLOAT ? &s_float: &s_symbol);
!     if (argc >= 2) gatom_reload(x,&s_,argc-2,argv+2);
      canvas_add(gl,x);
      pd_set_newest(x);
--- 5453,5457 ----
      inlet_new(x,x,0,0);
      outlet_new(x, type == A_FLOAT ? &s_float: &s_symbol);
!     if (argc>2) gatom_reload(x,&s_,argc-2,argv+2);
      canvas_add(gl,x);
      pd_set_newest(x);





More information about the Pd-cvs mailing list