[PD-cvs] pd/src s_audio_portaudio.c,1.1.2.8,1.1.2.9

Tim Blechmann timblech at users.sourceforge.net
Sun Jun 4 12:37:35 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	s_audio_portaudio.c 
Log Message:
oops ... typo

Index: s_audio_portaudio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_portaudio.c,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** s_audio_portaudio.c	3 Jun 2006 10:29:24 -0000	1.1.2.8
--- s_audio_portaudio.c	4 Jun 2006 10:37:33 -0000	1.1.2.9
***************
*** 253,257 ****
      pa_outchans = outchans;
      pa_indev = indeviceno;
!     pa_outdev = outdevicenol
      
      /* we might have adapted the channel count */
--- 253,257 ----
      pa_outchans = outchans;
      pa_indev = indeviceno;
!     pa_outdev = outdeviceno;
      
      /* we might have adapted the channel count */





More information about the Pd-cvs mailing list