[PD-cvs] pd/src desire.c,1.1.2.217.2.118,1.1.2.217.2.119

Mathieu Bouchard matju at users.sourceforge.net
Tue Jan 9 23:36:53 CET 2007


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
changed s_name to name


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.118
retrieving revision 1.1.2.217.2.119
diff -C2 -d -r1.1.2.217.2.118 -r1.1.2.217.2.119
*** desire.c	9 Jan 2007 22:31:15 -0000	1.1.2.217.2.118
--- desire.c	9 Jan 2007 22:36:48 -0000	1.1.2.217.2.119
***************
*** 44,48 ****
  #define L printf("%s:%d\n",__FILE__,__LINE__);
  #define LS printf("%s:%d (self=%lx\n",__FILE__,__LINE__,(long)self);\
! 	printf("class=%s)\n",((t_gobj *)self)->_class->c_name->s_name);
  */
  /* no sys_vgui logging for MSVC... we have no vararg macros */
--- 44,48 ----
  #define L printf("%s:%d\n",__FILE__,__LINE__);
  #define LS printf("%s:%d (self=%lx\n",__FILE__,__LINE__,(long)self);\
! 	printf("class=%s)\n",((t_gobj *)self)->_class->c_name->name);
  */
[...1668 lines suppressed...]
  	char str[80];
--- 7608,7612 ----
      IGN("audiocurrentoutinfo");
      IGN("asiolatency");
!     startpost("%s: unknown message %s ", class_getname(pd_class(x)), s->name);
      for (int i = 0; i < argc; i++) {
  	char str[80];
***************
*** 7709,7713 ****
  	post("object_table = {");
  	hash_foreach(k,v,object_table) {
! 		post("  %p %ld %s",k,(long)v,((t_pd *)k)->_class->name->s_name);
  	}
  	post("} (%d objects)",hash_size(object_table));
--- 7708,7712 ----
  	post("object_table = {");
  	hash_foreach(k,v,object_table) {
! 		post("  %p %ld %s",k,(long)v,((t_pd *)k)->_class->name->name);
  	}
  	post("} (%d objects)",hash_size(object_table));





More information about the Pd-cvs mailing list