diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-20 15:49:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-20 15:49:52 +0800 |
commit | bdea54f59e52ebeaa0743674aa5998636f26a241 (patch) | |
tree | a1d5920da73c6737225bfa31b594cb4dd00f59c0 /libempathy/empathy-tp-file.c | |
parent | 9d9cfc021b05fe9afbe8769d6e0c289cf1dc9734 (diff) | |
parent | eb6ab4328849a0c5ee5959560f90f36fd71a815d (diff) | |
download | gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.gz gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.bz2 gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.lz gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.xz gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.zst gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.zip |
Merge branch 'timestamp-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; |