[PD-cvs] pd/src desire.c,1.1.2.10,1.1.2.11

Mathieu Bouchard matju at users.sourceforge.net
Wed Sep 14 19:36:48 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	desire.c 
Log Message:
canvas_of %x -> %x canvas


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -d -r1.1.2.10 -r1.1.2.11
*** desire.c	14 Sep 2005 08:37:52 -0000	1.1.2.10
--- desire.c	14 Sep 2005 17:36:44 -0000	1.1.2.11
***************
*** 1161,1165 ****
  	va_list val;
  	va_start(val,fmt);
! 	i+=snprintf(buf+i,n-i,"call %s %x [canvas_of %x]", sel, (unsigned)self, (unsigned)self);
  	if (i>=n) goto over;
  	while (*fmt) {
--- 1161,1165 ----
  	va_list val;
  	va_start(val,fmt);
! 	i+=snprintf(buf+i,n-i,"%x %s [%x canvas]", (unsigned)self, sel, (unsigned)self);
  	if (i>=n) goto over;
  	while (*fmt) {





More information about the Pd-cvs mailing list