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

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


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
re-re-re-fixed serial


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.23
retrieving revision 1.1.2.217.2.24
diff -C2 -d -r1.1.2.217.2.23 -r1.1.2.217.2.24
*** desire.c	5 Dec 2006 03:18:24 -0000	1.1.2.217.2.23
--- desire.c	5 Dec 2006 07:04:13 -0000	1.1.2.217.2.24
***************
*** 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);
  }
  
--- 849,853 ----
  	if (!origin) return; /* the following only applies to objects created by client */
  	unsigned short serial = manager->serial++;
! 	sys_vgui("serial %d x%lx\n",serial,(long)x);
  }
  
***************
*** 6472,6476 ****
      return 1;
  err:
!     post("WARNING: pd_scanargs failed; fmt=%s, i=%d",fmt,i);
      return 0;
  }
--- 6472,6476 ----
      return 1;
  err:
!     //post("WARNING: pd_scanargs failed; fmt=%s, i=%d",fmt,i);
      return 0;
  }





More information about the Pd-cvs mailing list