[PD-cvs] pd/src s_audio_asio.cpp,1.1.4.21,1.1.4.22

Thomas Grill xovo at users.sourceforge.net
Mon Jan 17 21:20:32 CET 2005


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

Modified Files:
      Tag: devel_0_38
	s_audio_asio.cpp 
Log Message:
initialize local variable

Index: s_audio_asio.cpp
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_asio.cpp,v
retrieving revision 1.1.4.21
retrieving revision 1.1.4.22
diff -C2 -d -r1.1.4.21 -r1.1.4.22
*** s_audio_asio.cpp	14 Jan 2005 18:34:13 -0000	1.1.4.21
--- s_audio_asio.cpp	17 Jan 2005 20:20:18 -0000	1.1.4.22
***************
*** 196,200 ****
  					 int nchoutdev, int *choutdev, int srate, int scheduler)
  {
! 	ASIOError status;
  	ASIOBufferInfo * buffers = NULL;
  	int i;
--- 196,200 ----
  					 int nchoutdev, int *choutdev, int srate, int scheduler)
  {
! 	ASIOError status = ASE_OK;
  	ASIOBufferInfo * buffers = NULL;
  	int i;





More information about the Pd-cvs mailing list