[PD-cvs] pd/src m_sched.c,1.5.4.38,1.5.4.39

Tim Blechmann timblech at users.sourceforge.net
Tue Jun 28 15:05:12 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	m_sched.c 
Log Message:
run clock callbacks correctly


Index: m_sched.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v
retrieving revision 1.5.4.38
retrieving revision 1.5.4.39
diff -C2 -d -r1.5.4.38 -r1.5.4.39
*** m_sched.c	24 Jun 2005 18:38:10 -0000	1.5.4.38
--- m_sched.c	28 Jun 2005 13:05:08 -0000	1.5.4.39
***************
*** 384,388 ****
  				break;
  		}
! 		while (clock_setlist && clock_setlist->c_settime < next_sys_time);
  		return 1;
  	}
--- 384,388 ----
  				break;
  		}
! 		while (clock_setlist && clock_setlist->c_settime <= next_sys_time);
  		return 1;
  	}





More information about the Pd-cvs mailing list