CVS: rdesktop rdpsnd.c,1.31,1.32
Pierre Ossman <[email protected]> Wed, 06 Dec 2006 05:59:45 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27572
Modified Files:
rdpsnd.c
Log Message:
Fix bad variable reference.
Index: rdpsnd.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** rdpsnd.c 6 Dec 2006 13:55:34 -0000 1.31
--- rdpsnd.c 6 Dec 2006 13:59:43 -0000 1.32
***************
*** 113,118 ****
in_uint8s(in, 1); /* padding */
! DEBUG_SOUND(("RDPSND: RDPSND_NEGOTIATE(formats: %d, pad1: 0x%02x, version: %x)\n",
! (int) in_format_count, (unsigned) pad1, (unsigned) version));
if (current_driver->wave_out_open())
--- 113,118 ----
in_uint8s(in, 1); /* padding */
! DEBUG_SOUND(("RDPSND: RDPSND_NEGOTIATE(formats: %d, pad: 0x%02x, version: %x)\n",
! (int) in_format_count, (unsigned) pad, (unsigned) version));
if (current_driver->wave_out_open())
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV