[PD-cvs] externals/sc4pd/source support.cpp,1.2,1.3

Tim Blechmann timblech at users.sourceforge.net
Fri Jul 30 10:43:45 CEST 2004


Update of /cvsroot/pure-data/externals/sc4pd/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27989/source

Modified Files:
	support.cpp 
Log Message:
0001's fixes

Index: support.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/sc4pd/source/support.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** support.cpp	15 Jul 2004 21:34:12 -0000	1.2
--- support.cpp	30 Jul 2004 08:43:43 -0000	1.3
***************
*** 103,107 ****
  	
  	time_t tsec = sec;
! 	suseconds_t tusec =usec;       /* not exacty the way, it's calculated
  					  in SuperCollider, but it's only 
  					  the seed */
--- 103,107 ----
  	
  	time_t tsec = sec;
! 	useconds_t tusec =usec;       /* not exacty the way, it's calculated
  					  in SuperCollider, but it's only 
  					  the seed */





More information about the Pd-cvs mailing list