CVS: rdesktop rdpsnd.c,1.25,1.26
Pierre Ossman <[email protected]> Wed, 06 Dec 2006 04:32:00 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24506 Modified Files: rdpsnd.c Log Message: Ticks are in ms, not us. Index: rdpsnd.c =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** rdpsnd.c 6 Nov 2006 23:05:39 -0000 1.25 --- rdpsnd.c 6 Dec 2006 12:31:58 -0000 1.26 *************** *** 562,565 **** --- 562,566 ---- elapsed = (packet->completion_tv.tv_sec - packet->arrive_tv.tv_sec) * 1000000 + (packet->completion_tv.tv_usec - packet->arrive_tv.tv_usec); + elapsed /= 1000; xfree(packet->s.data); ------------------------------------------------------------------------- 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