gst-libs/gst/rtsp/gstrtspconnection.c: Cast glong to time_t as time_t might have...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 29 Jan 2008 09:59:03 +0000 (09:59 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 29 Jan 2008 09:59:03 +0000 (09:59 +0000)
commitbd4bb423e98e281d81e07ef30de64a230536f483
treeac38aba01754499e08467f44b43ac29f454e137a
parenta6e4222c706d746dbc4f3490cf977dc570ce8ed2
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