[PD-cvs] pd/src desire.c,1.1.2.217.2.22,1.1.2.217.2.23

Mathieu Bouchard matju at users.sourceforge.net
Tue Dec 5 04:18:28 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
fixed serials again


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.22
retrieving revision 1.1.2.217.2.23
diff -C2 -d -r1.1.2.217.2.22 -r1.1.2.217.2.23
*** desire.c	5 Dec 2006 03:15:49 -0000	1.1.2.217.2.22
--- desire.c	5 Dec 2006 03:18:24 -0000	1.1.2.217.2.23
***************
*** 849,853 ****
  	if (!origin) return; /* the following only applies to objects created by client */
  	unsigned short serial = manager->serial++;
! 	sys_vgui("serial %x %x\n",serial,x);
  }
  
--- 849,853 ----
  	if (!origin) return; /* the following only applies to objects created by client */
  	unsigned short serial = manager->serial++;
! 	sys_vgui("serial %x x%lx\n",serial,(long)x);
  }
  





More information about the Pd-cvs mailing list