CVS: rdesktop rdpsnd_oss.c,1.12,1.13
Jay Sorg <[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-serv20646
Modified Files:
rdpsnd_oss.c
Log Message:
changes to compile with g++
Index: rdpsnd_oss.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_oss.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** rdpsnd_oss.c 3 Sep 2004 22:35:08 -0000 1.12
--- rdpsnd_oss.c 3 Oct 2004 20:19:51 -0000 1.13
***************
*** 1,3 ****
! /*
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System
--- 1,3 ----
! /*
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System
***************
*** 213,217 ****
/* we steal the data buffer from s, give it a new one */
! s->data = malloc(s->size);
if (!g_dsp_busy)
--- 213,217 ----
/* we steal the data buffer from s, give it a new one */
! s->data = (uint8 *) malloc(s->size);
if (!g_dsp_busy)
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl