[PD-cvs] pd/src x_connective.c,1.3.4.1.2.5,1.3.4.1.2.6

Mathieu Bouchard matju at users.sourceforge.net
Sat Nov 5 14:13:45 CET 2005


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

Modified Files:
      Tag: devel_0_39
	x_connective.c 
Log Message:
fixed the [t s] crash


Index: x_connective.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/x_connective.c,v
retrieving revision 1.3.4.1.2.5
retrieving revision 1.3.4.1.2.6
diff -C2 -d -r1.3.4.1.2.5 -r1.3.4.1.2.6
*** x_connective.c	28 Oct 2005 12:18:42 -0000	1.3.4.1.2.5
--- x_connective.c	5 Nov 2005 13:13:43 -0000	1.3.4.1.2.6
***************
*** 1019,1023 ****
              outlet_bang(u->u_outlet);
          else if (u->u_type == TR_SYMBOL)
!             outlet_symbol(u->u_outlet, (argc ? atom_getsymbol(argv) : 0));
          else if (u->u_type == TR_POINTER)
          {
--- 1019,1023 ----
              outlet_bang(u->u_outlet);
          else if (u->u_type == TR_SYMBOL)
!             outlet_symbol(u->u_outlet, (argc ? atom_getsymbol(argv) : &s_float));
          else if (u->u_type == TR_POINTER)
          {





More information about the Pd-cvs mailing list