Fix bad variable reference.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1343 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Pierre Ossman 2006-12-06 13:59:43 +00:00
parent 869f31c2d5
commit 7180a70b7a

View File

@ -112,8 +112,8 @@ rdpsnd_process_negotiate(STREAM in)
in_uint16_le(in, version);
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));
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())
{