summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-03 16:54:41 +0000
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-03 16:54:41 +0000
commitea4cb9e5d8118be4d922016e176f9cd583df5645 (patch)
tree88e4e349f099ee29141e82a3210a9dbcbc8f1804 /telepathy-logger/text-channel.c
parenta2f13dfa04500f10830909301c28b101d5ac417b (diff)
downloadtelepathy-logger-ea4cb9e5d8118be4d922016e176f9cd583df5645.tar.gz
Fix another 32 vs 64bits bug
Diffstat (limited to 'telepathy-logger/text-channel.c')
-rw-r--r--telepathy-logger/text-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index 95ab15b..67b9a5b 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -63,7 +63,7 @@ typedef struct
gchar *log_id;
guint type;
gchar *text;
- guint timestamp;
+ gint64 timestamp;
} ReceivedData;