gst-libs/gst/rtsp/gstrtspconnection.c: Cast glong to time_t as time_t might have...
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Feb 2008 06:52:41 +0000 (06:52 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Feb 2008 06:52:41 +0000 (06:52 +0000)
commit044f6297840f4d774312ef1d924c4544450d2d21
tree4089616aa2ecdb901cbd5878636c3cc62d1acd65
parent899330d90443a9ba411ddacf1c389bae3c11721e
gst-libs/gst/rtsp/gstrtspconnection.c: Cast glong to time_t as time_t might have a different type on other platforms,...

Original commit message from CVS:
* gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
Cast glong to time_t as time_t might have a different type on
other platforms, like FreeBSD, and we get a compiler warning
otherwise. Fixes bug #511825.
ChangeLog
gst-libs/gst/rtsp/gstrtspconnection.c