[PD-cvs] pd/src builtins.c,1.1.2.23,1.1.2.24

Mathieu Bouchard matju at users.sourceforge.net
Sat Jun 30 07:57:31 CEST 2007


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

Modified Files:
      Tag: desiredata
	builtins.c 
Log Message:
finish previous commit


Index: builtins.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/builtins.c,v
retrieving revision 1.1.2.23
retrieving revision 1.1.2.24
diff -C2 -d -r1.1.2.23 -r1.1.2.24
*** builtins.c	30 Jun 2007 05:03:43 -0000	1.1.2.23
--- builtins.c	30 Jun 2007 05:57:28 -0000	1.1.2.24
***************
*** 3098,3104 ****
          p = strchr(b,'\n');
          if (!p) break;
! 	t_symbol *s = gensym2(b,p-b);
! 	for (int i=0; i<s->n; i++) fprintf(stderr,"%c ",s->name[i]);
!         outlet_symbol(current_unpost->o1,s);
  	b=p+1;
      }
--- 3098,3102 ----
          p = strchr(b,'\n');
          if (!p) break;
!         outlet_symbol(current_unpost->o1,gensym2(b,p-b));
  	b=p+1;
      }





More information about the Pd-cvs mailing list