CVS: rdesktop rdpsnd_oss.c,1.14,1.15 rdpsnd_sun.c,1.13,1.14

Michael Gernoth <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3295

Modified Files:
	rdpsnd_oss.c rdpsnd_sun.c 
Log Message:
strdup the audio-device


Index: rdpsnd_oss.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_oss.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rdpsnd_oss.c	3 Nov 2004 09:57:48 -0000	1.14
--- rdpsnd_oss.c	3 Nov 2004 10:05:02 -0000	1.15
***************
*** 51,55 ****
  	if (dsp_dev == NULL)
  	{
! 		dsp_dev = "/dev/dsp";
  	}
  
--- 51,55 ----
  	if (dsp_dev == NULL)
  	{
! 		dsp_dev = strdup("/dev/dsp");
  	}
  

Index: rdpsnd_sun.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_sun.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** rdpsnd_sun.c	11 Sep 2004 19:17:48 -0000	1.13
--- rdpsnd_sun.c	3 Nov 2004 10:05:02 -0000	1.14
***************
*** 55,59 ****
  	if (dsp_dev == NULL)
  	{
! 		dsp_dev = "/dev/audio";
  	}
  
--- 55,59 ----
  	if (dsp_dev == NULL)
  	{
! 		dsp_dev = strdup("/dev/audio");
  	}
  



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.