[PD-cvs] pd/src m_sched.c,1.5.4.35.2.15,1.5.4.35.2.16

Thomas Grill xovo at users.sourceforge.net
Tue Jun 27 18:31:24 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_sched.c 
Log Message:
fixed typo

Index: m_sched.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v
retrieving revision 1.5.4.35.2.15
retrieving revision 1.5.4.35.2.16
diff -C2 -d -r1.5.4.35.2.15 -r1.5.4.35.2.16
*** m_sched.c	27 Jun 2006 15:47:46 -0000	1.5.4.35.2.15
--- m_sched.c	27 Jun 2006 16:31:17 -0000	1.5.4.35.2.16
***************
*** 890,893 ****
  void sys_lock_timeout_notification(void)
  {
!     sys_callback(sys_xrun_notification_callback, 0, 0);
  }
--- 890,894 ----
  void sys_lock_timeout_notification(void)
  {
!     sys_callback(sys_lock_timeout_notification_callback, 0, 0);
  }
+ 





More information about the Pd-cvs mailing list