fix signedness-warning for ao_play

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@978 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-08-15 11:49:47 +00:00
parent 7ffe422a52
commit 04ea0d7192

View File

@ -240,7 +240,7 @@ wave_out_play(void)
out->p += len;
}
ao_play(o_device, outbuf, len);
ao_play(o_device, (char*)outbuf, len);
gettimeofday(&tv, NULL);