[PD-cvs] pd/src desire.c,1.1.2.44,1.1.2.45

Mathieu Bouchard matju at users.sourceforge.net
Sat Oct 29 19:28:13 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	desire.c 
Log Message:
DUH


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -C2 -d -r1.1.2.44 -r1.1.2.45
*** desire.c	29 Oct 2005 17:16:10 -0000	1.1.2.44
--- desire.c	29 Oct 2005 17:28:11 -0000	1.1.2.45
***************
*** 165,169 ****
  
  void manager_notice (t_gobj *self_, t_gobj *origin, int argc, t_atom *argv) {
! 	t_manager *self = (t_manager *)self;
  	LS
  	t_appendix *a = (t_appendix *)origin->g_adix;
--- 165,169 ----
  
  void manager_notice (t_gobj *self_, t_gobj *origin, int argc, t_atom *argv) {
! 	t_manager *self = (t_manager *)self_;
  	LS
  	t_appendix *a = (t_appendix *)origin->g_adix;





More information about the Pd-cvs mailing list