CVS: rdesktop rdpsnd_libao.c,1.9,1.10
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-serv5703 Modified Files: rdpsnd_libao.c Log Message: fix signedness-warning for ao_play Index: rdpsnd_libao.c =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_libao.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** rdpsnd_libao.c 3 Aug 2005 10:56:16 -0000 1.9 --- rdpsnd_libao.c 15 Aug 2005 11:49:47 -0000 1.10 *************** *** 241,245 **** } ! ao_play(o_device, outbuf, len); gettimeofday(&tv, NULL); --- 241,245 ---- } ! ao_play(o_device, (char*)outbuf, len); gettimeofday(&tv, NULL); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf