Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 35293: /trunk/gtk/ /trunk/gtk/: rtp_player.c

Date: Wed, 29 Dec 2010 00:29:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35293

User: sfisher
Date: 2010/12/28 04:29 PM

Log:
 Fix Windows build, which complained about possible loss of data converting
 from a double to a time_t.  I removed nstime_to_secs() and grab the
 seconds portion of the nstime (which is a time_t), since that's all the
 precision needed in the code right now anyway.

Directory: /trunk/gtk/
  Changes    Path            Action
  +1 -1      rtp_player.c    Modified