diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-19 17:06:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-19 18:16:11 +0800 |
commit | 92af7e9f7c5f114963299fcf53b48b4ed86a2f7b (patch) | |
tree | 24fc4607cd492d777c2e1ee4a5f77a6381059fd8 /libempathy/empathy-tp-file.c | |
parent | 2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8 (diff) | |
download | gsoc2013-empathy-92af7e9f7c5f114963299fcf53b48b4ed86a2f7b.tar.gz gsoc2013-empathy-92af7e9f7c5f114963299fcf53b48b4ed86a2f7b.tar.zst gsoc2013-empathy-92af7e9f7c5f114963299fcf53b48b4ed86a2f7b.zip |
Port all timestamps from time_t to gint64 (#648188)
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index d69b2153a..3bb2dd49c 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -79,7 +79,7 @@ struct _EmpathyTpFilePrivate { /* transfer properties */ gboolean incoming; - time_t start_time; + gint64 start_time; GArray *socket_address; guint port; guint64 offset; |